#668CCA

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

Shades of Danube #668CCA

Tints of Danube #668CCA

Color information

#668CCA (or 0x668CCA) is unknown color: approx Danube. HEX triplet: 66, 8C and CA. RGB value is (102,140,202). Sum of RGB (Red+Green+Blue) = 102+140+202=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #668CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CCA is #997335. Grayscale: #878787. Windows color (decimal): -10056502 or 13274214. OLE color: 13274214.

HSL color Cylindrical-coordinate representation of color #668CCA: hue angle of 217.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668CCA is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102140202-
CMYK0.500.3100.21
HSL217.2º48.54%59.61%-
HSV(B)217.2º49.5%79.22%-
XYZ25.5225.8559.52-
YUV135.71165.41103.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.97%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=22.97%
G=31.53%
B=45.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021402020.500.3100.21217.248.5459.61
Hex668CCA321F015d9313c
Octal14621431262370253316174
Binary110011010001100110010101100101111101010111011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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