#668DC6

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

Shades of Danube #668DC6

Tints of Danube #668DC6

Color information

#668DC6 (or 0x668DC6) is unknown color: approx Danube. HEX triplet: 66, 8D and C6. RGB value is (102,141,198). Sum of RGB (Red+Green+Blue) = 102+141+198=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #668DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DC6 is #997239. Grayscale: #878787. Windows color (decimal): -10056250 or 13012326. OLE color: 13012326.

HSL color Cylindrical-coordinate representation of color #668DC6: hue angle of 215.62º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #668DC6 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB102141198-
CMYK0.480.2900.22
HSL215.62º45.71%58.82%-
HSV(B)215.62º48.48%77.65%-
XYZ25.225.9557.11-
YUV135.84163.08103.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.13%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 198 (77.73% from 255) = 44.90%
R=23.13%
G=31.97%
B=44.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021411980.480.2900.22215.6245.7158.82
Hex668DC6301D016d82e3b
Octal14621530660350263305673
Binary110011010001101110001101100001110101011011011000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,141,198); }

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

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

 a { background-color: rgb(102,141,198); }

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

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

 span { border-color: rgb(102,141,198); }

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