#668ACC

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

Shades of Danube #668ACC

Tints of Danube #668ACC

Color information

#668ACC (or 0x668ACC) is unknown color: approx Danube. HEX triplet: 66, 8A and CC. RGB value is (102,138,204). Sum of RGB (Red+Green+Blue) = 102+138+204=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #668ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ACC is #997533. Grayscale: #868686. Windows color (decimal): -10057012 or 13404774. OLE color: 13404774.

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

Color convert

RGB102138204-
CMYK0.50.3200.2
HSL218.82º50%60%-
HSV(B)218.82º50%80%-
XYZ25.4725.3660.68-
YUV134.76167.07104.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.97%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 204 (80.08% from 255) = 45.95%
R=22.97%
G=31.08%
B=45.95%

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
Decimal1021382040.50.3200.2218.825060
Hex668ACC3220014db323c
Octal14621231462400243336274
Binary1100110100010101100110011001010000001010011011011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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