#668FCC

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

Shades of Danube #668FCC

Tints of Danube #668FCC

Color information

#668FCC (or 0x668FCC) is unknown color: approx Danube. HEX triplet: 66, 8F and CC. RGB value is (102,143,204). Sum of RGB (Red+Green+Blue) = 102+143+204=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #668FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FCC is #997033. Grayscale: #898989. Windows color (decimal): -10055732 or 13406054. OLE color: 13406054.

HSL color Cylindrical-coordinate representation of color #668FCC: hue angle of 215.88º 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 #668FCC is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB102143204-
CMYK0.50.3000.2
HSL215.88º50%60%-
HSV(B)215.88º50%80%-
XYZ26.226.8360.92-
YUV137.7165.42102.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.72%
GREEN value IS 143 (56.25% from 255) = 31.85%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=22.72%
G=31.85%
B=45.43%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021432040.50.3000.2215.885060
Hex668FCC321E014d8323c
Octal14621731462360243306274
Binary110011010001111110011001100101111001010011011000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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