#668BCD

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

Shades of Danube #668BCD

Tints of Danube #668BCD

Color information

#668BCD (or 0x668BCD) is unknown color: approx Danube. HEX triplet: 66, 8B and CD. RGB value is (102,139,205). Sum of RGB (Red+Green+Blue) = 102+139+205=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #668BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BCD is #997432. Grayscale: #878787. Windows color (decimal): -10056755 or 13470566. OLE color: 13470566.

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

Color convert

RGB102139205-
CMYK0.500.3200.20
HSL218.45º50.74%60.2%-
HSV(B)218.45º50.24%80.39%-
XYZ25.7325.761.36-
YUV135.46167.24104.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.87%
GREEN value IS 139 (54.69% from 255) = 31.17%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=22.87%
G=31.17%
B=45.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1021392050.500.3200.20218.4550.7460.2
Hex668BCD3220014da333c
Octal14621331562400243326374
Binary1100110100010111100110111001010000001010011011010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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