Html Css Color HEX #668EC0 Danube

📋 copy color: '#668EC0'

red 102 ◦ green 142 ◦ blue 192

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

Shades of Danube #668EC0

Tints of Danube #668EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.04%

R = 23.39%
G = 32.57%
B = 44.04%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#668EC0 (or 0x668EC0) is known color: Danube. HEX triplet: 66, 8E and C0. RGB value is (102,142,192). Sum of RGB (Red+Green+Blue) = 102+142+192=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #668EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668EC0 is #99713F. Grayscale: #878787. Windows color (decimal): -10056000 or 12619366. OLE color: 12619366.

HSL color Cylindrical-coordinate representation of color #668EC0: hue angle of 213.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #668EC0 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 142 192 -
CMYK 0.47 0.26 0 0.25
HSL 213.33º 0.42% 0.58% -
HSV(B) 213.33º 0.47% 0.75% -
XYZ 24.67 25.98 53.58 -
YUV 135.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 102 142 192 0.47 0.26 0 0.25 213.33 0.42 0.58
Hex 66 8E C0 2F 1A 0 19 D5 2A 3A
Octal 146 216 300 57 32 0 31 325 52 72
Binary 1100110 10001110 11000000 101111 11010 0 11001 11010101 101010 111010

Color Harmonies of #668EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668EC0

Black with #668EC0

Text Example


Text Example

White with #668EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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