Html Css Color HEX #668ECA Danube

📋 copy color: '#668ECA'

red 102 ◦ green 142 ◦ blue 202

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

Shades of Danube #668ECA

Tints of Danube #668ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.29%

R = 22.87%
G = 31.84%
B = 45.29%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#668ECA (or 0x668ECA) is known color: Danube. HEX triplet: 66, 8E and CA. RGB value is (102,142,202). Sum of RGB (Red+Green+Blue) = 102+142+202=446 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.87% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #668ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ECA is #997135. Grayscale: #888888. Windows color (decimal): -10055990 or 13274726. OLE color: 13274726.

HSL color Cylindrical-coordinate representation of color #668ECA: hue angle of 216º 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 #668ECA is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 142 202 -
CMYK 0.50 0.30 0 0.21
HSL 216º 0.49% 0.6% -
HSV(B) 216º 0.5% 0.79% -
XYZ 25.81 26.44 59.62 -
YUV 136.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 102 142 202 0.50 0.30 0 0.21 216 0.49 0.6
Hex 66 8E CA 32 1E 0 15 D8 31 3C
Octal 146 216 312 62 36 0 25 330 61 74
Binary 1100110 10001110 11001010 110010 11110 0 10101 11011000 110001 111100

Color Harmonies of #668ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668ECA

Black with #668ECA

Text Example


Text Example

White with #668ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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