#6B8BCC

Color #6B8BCC Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #6B8BCC

Tints of Danube #6B8BCC

Color information

#6B8BCC (or 0x6B8BCC) is unknown color: approx Danube. HEX triplet: 6B, 8B and CC. RGB value is (107,139,204). Sum of RGB (Red+Green+Blue) = 107+139+204=450 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.78% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B8BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8BCC is #947433. Grayscale: #888888. Windows color (decimal): -9729076 or 13405035. OLE color: 13405035.

HSL color Cylindrical-coordinate representation of color #6B8BCC: hue angle of 220.21º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B8BCC is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB107139204-
CMYK0.480.3200.2
HSL220.21º48.74%60.98%-
HSV(B)220.21º47.55%80%-
XYZ26.225.9560.76-
YUV136.84165.9106.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 23.78%
GREEN value IS 139 (54.69% from 255) = 30.89%
BLUE value IS 204 (80.08% from 255) = 45.33%
R=23.78%
G=30.89%
B=45.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1071392040.480.3200.2220.2148.7460.98
Hex6B8BCC3020014dc313d
Octal15321331460400243346175
Binary1101011100010111100110011000010000001010011011100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B8BCC; }

 p { color: rgb(107,139,204); }

 H1.HeaderClassName
 {
   color: #6B8BCC;
 }
 .AnyTagClassName
 {
   color: #6B8BCC;
 }
</style>
background-color css

<style>
 a { background-color: #6B8BCC; }

 a { background-color: rgb(107,139,204); }

 div.DivClassName
 {
   background-color: #6B8BCC;
 }
 .BgClassName
 {
   background-color: #6B8BCC;
 }
</style>
border-color css

<style>
 span { border-color: #6B8BCC; }

 span { border-color: rgb(107,139,204); }

 td.TdClassName
 {
   border-color: #6B8BCC;
 }
 .TagClassName
 {
   border-color: #6B8BCC;
 }
</style>