Html Css Color HEX #668ECC Danube

📋 copy color: '#668ECC'

red 102 ◦ green 142 ◦ blue 204

#668ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #668ECC

Tints of Danube #668ECC

RGB

 RED value IS 102 (40.23% from 255) = 22.77%

 GREEN value IS 142 (55.86% from 255) = 31.7%

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 22.77%
G = 31.7%
B = 45.54%

CMYK

 C value IS 0.5

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#668ECC (or 0x668ECC) is known color: Danube. HEX triplet: 66, 8E and CC. RGB value is (102,142,204). Sum of RGB (Red+Green+Blue) = 102+142+204=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #668ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ECC is #997133. Grayscale: #888888. Windows color (decimal): -10055988 or 13405798. OLE color: 13405798.

HSL color Cylindrical-coordinate representation of color #668ECC: hue angle of 216.47º degrees, saturation: 0.5, 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 #668ECC is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 142 204 -
CMYK 0.5 0.30 0 0.2
HSL 216.47º 0.5% 0.6% -
HSV(B) 216.47º 0.5% 0.8% -
XYZ 26.05 26.53 60.87 -
YUV 137.11 165.75 102.96 -
System Red Green Blue C M Y K H S L
Decimal 102 142 204 0.5 0.30 0 0.2 216.47 0.5 0.6
Hex 66 8E CC 32 1E 0 14 D8 32 3C
Octal 146 216 314 62 36 0 24 330 62 74
Binary 1100110 10001110 11001100 110010 11110 0 10100 11011000 110010 111100

Color Harmonies of #668ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668ECC

Black with #668ECC

Text Example


Text Example

White with #668ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,142,204); }

 H1.HeaderClassName
 {
   color: #668ECC;
 }
 .AnyTagClassName
 {
   color: #668ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(102,142,204); }

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

border-color css

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

 span { border-color: rgb(102,142,204); }

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