#668DCB

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

Shades of Danube #668DCB

Tints of Danube #668DCB

Color information

#668DCB (or 0x668DCB) is unknown color: approx Danube. HEX triplet: 66, 8D and CB. RGB value is (102,141,203). Sum of RGB (Red+Green+Blue) = 102+141+203=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #668DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DCB is #997234. Grayscale: #888888. Windows color (decimal): -10056245 or 13340006. OLE color: 13340006.

HSL color Cylindrical-coordinate representation of color #668DCB: hue angle of 216.83º degrees, saturation: 0.49, 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 #668DCB is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB102141203-
CMYK0.500.3100.20
HSL216.83º49.27%59.8%-
HSV(B)216.83º49.75%79.61%-
XYZ25.7826.1960.2-
YUV136.41165.58103.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.87%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 203 (79.69% from 255) = 45.52%
R=22.87%
G=31.61%
B=45.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021412030.500.3100.20216.8349.2759.8
Hex668DCB321F014d9313c
Octal14621531362370243316174
Binary110011010001101110010111100101111101010011011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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