#668CC5

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

Shades of Danube #668CC5

Tints of Danube #668CC5

Color information

#668CC5 (or 0x668CC5) is unknown color: approx Danube. HEX triplet: 66, 8C and C5. RGB value is (102,140,197). Sum of RGB (Red+Green+Blue) = 102+140+197=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 197 - color contains mainly: blue. Hex color #668CC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CC5 is #99733A. Grayscale: #868686. Windows color (decimal): -10056507 or 12946534. OLE color: 12946534.

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

Color convert

RGB102140197-
CMYK0.480.2900.23
HSL216º45.02%58.63%-
HSV(B)216º48.22%77.25%-
XYZ24.9425.6156.45-
YUV135.14162.91104.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.23%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 197 (77.34% from 255) = 44.87%
R=23.23%
G=31.89%
B=44.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1021401970.480.2900.2321645.0258.63
Hex668CC5301D017d82d3b
Octal14621430560350273305573
Binary110011010001100110001011100001110101011111011000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,140,197); }

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

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

 a { background-color: rgb(102,140,197); }

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

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

 span { border-color: rgb(102,140,197); }

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