#668BCC

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

Shades of Danube #668BCC

Tints of Danube #668BCC

Color information

#668BCC (or 0x668BCC) is unknown color: approx Danube. HEX triplet: 66, 8B and CC. RGB value is (102,139,204). Sum of RGB (Red+Green+Blue) = 102+139+204=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #668BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BCC is #997433. Grayscale: #878787. Windows color (decimal): -10056756 or 13405030. OLE color: 13405030.

HSL color Cylindrical-coordinate representation of color #668BCC: hue angle of 218.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668BCC is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB102139204-
CMYK0.50.3200.2
HSL218.24º50%60%-
HSV(B)218.24º50%80%-
XYZ25.6125.6560.73-
YUV135.35166.74104.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.92%
GREEN value IS 139 (54.69% from 255) = 31.24%
BLUE value IS 204 (80.08% from 255) = 45.84%
R=22.92%
G=31.24%
B=45.84%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021392040.50.3200.2218.245060
Hex668BCC3220014da323c
Octal14621331462400243326274
Binary1100110100010111100110011001010000001010011011010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668BCC; }

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

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

<style>
 a { background-color: #668BCC; }

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

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

<style>
 span { border-color: #668BCC; }

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

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