Html Css Color HEX #668EBC Danube

📋 copy color: '#668EBC'

red 102 ◦ green 142 ◦ blue 188

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

Shades of Danube #668EBC

Tints of Danube #668EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.52%

R = 23.61%
G = 32.87%
B = 43.52%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#668EBC (or 0x668EBC) is known color: Danube. HEX triplet: 66, 8E and BC. RGB value is (102,142,188). Sum of RGB (Red+Green+Blue) = 102+142+188=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #668EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668EBC is #997143. Grayscale: #878787. Windows color (decimal): -10056004 or 12357222. OLE color: 12357222.

HSL color Cylindrical-coordinate representation of color #668EBC: hue angle of 212.09º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668EBC is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 142 188 -
CMYK 0.46 0.24 0 0.26
HSL 212.09º 0.39% 0.57% -
HSV(B) 212.09º 0.46% 0.74% -
XYZ 24.23 25.8 51.28 -
YUV 135.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 102 142 188 0.46 0.24 0 0.26 212.09 0.39 0.57
Hex 66 8E BC 2E 18 0 1A D4 27 39
Octal 146 216 274 56 30 0 32 324 47 71
Binary 1100110 10001110 10111100 101110 11000 0 11010 11010100 100111 111001

Color Harmonies of #668EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668EBC

Black with #668EBC

Text Example


Text Example

White with #668EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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