Html Css Color HEX #668ECE Danube

📋 copy color: '#668ECE'

red 102 ◦ green 142 ◦ blue 206

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

Shades of Danube #668ECE

Tints of Danube #668ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 22.67%
G = 31.56%
B = 45.78%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#668ECE (or 0x668ECE) is known color: Danube. HEX triplet: 66, 8E and CE. RGB value is (102,142,206). Sum of RGB (Red+Green+Blue) = 102+142+206=450 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.67% from 450); Green value is 142 (55.86% from 255 or 31.56% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #668ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ECE is #997131. Grayscale: #898989. Windows color (decimal): -10055986 or 13536870. OLE color: 13536870.

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

Color convert

RGB 102 142 206 -
CMYK 0.50 0.31 0 0.19
HSL 216.92º 0.51% 0.6% -
HSV(B) 216.92º 0.5% 0.81% -
XYZ 26.29 26.63 62.15 -
YUV 137.34 166.75 102.8 -
System Red Green Blue C M Y K H S L
Decimal 102 142 206 0.50 0.31 0 0.19 216.92 0.51 0.6
Hex 66 8E CE 32 1F 0 13 D9 33 3C
Octal 146 216 316 62 37 0 23 331 63 74
Binary 1100110 10001110 11001110 110010 11111 0 10011 11011001 110011 111100

Color Harmonies of #668ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668ECE

Black with #668ECE

Text Example


Text Example

White with #668ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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