Html Css Color HEX #668EBB Danube

📋 copy color: '#668EBB'

red 102 ◦ green 142 ◦ blue 187

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

Shades of Danube #668EBB

Tints of Danube #668EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.39%

R = 23.67%
G = 32.95%
B = 43.39%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#668EBB (or 0x668EBB) is known color: Danube. HEX triplet: 66, 8E and BB. RGB value is (102,142,187). Sum of RGB (Red+Green+Blue) = 102+142+187=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #668EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668EBB is #997144. Grayscale: #868686. Windows color (decimal): -10056005 or 12291686. OLE color: 12291686.

HSL color Cylindrical-coordinate representation of color #668EBB: hue angle of 211.76º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #668EBB is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 142 187 -
CMYK 0.45 0.24 0 0.27
HSL 211.76º 0.38% 0.57% -
HSV(B) 211.76º 0.45% 0.73% -
XYZ 24.12 25.76 50.71 -
YUV 135.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 102 142 187 0.45 0.24 0 0.27 211.76 0.38 0.57
Hex 66 8E BB 2D 18 0 1B D4 26 39
Octal 146 216 273 55 30 0 33 324 46 71
Binary 1100110 10001110 10111011 101101 11000 0 11011 11010100 100110 111001

Color Harmonies of #668EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668EBB

Black with #668EBB

Text Example


Text Example

White with #668EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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