Html Css Color HEX #668691 Horizon

📋 copy color: '#668691'

red 102 ◦ green 134 ◦ blue 145

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

Shades of Horizon #668691

Tints of Horizon #668691

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

 BLUE value IS 145 (57.03% from 255) = 38.06%

R = 26.77%
G = 35.17%
B = 38.06%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#668691 (or 0x668691) is known color: Horizon. HEX triplet: 66, 86 and 91. RGB value is (102,134,145). Sum of RGB (Red+Green+Blue) = 102+134+145=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 145 - color contains mainly: blue. Hex color #668691 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668691 is #99796E. Grayscale: #7D7D7D. Windows color (decimal): -10058095 or 9537126. OLE color: 9537126.

HSL color Cylindrical-coordinate representation of color #668691: hue angle of 195.35º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #668691 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 134 145 -
CMYK 0.30 0.08 0 0.43
HSL 195.35º 0.17% 0.48% -
HSV(B) 195.35º 0.3% 0.57% -
XYZ 19.12 21.92 30.01 -
YUV 125.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 102 134 145 0.30 0.08 0 0.43 195.35 0.17 0.48
Hex 66 86 91 1E 8 0 2B C3 11 30
Octal 146 206 221 36 10 0 53 303 21 60
Binary 1100110 10000110 10010001 11110 1000 0 101011 11000011 10001 110000

Color Harmonies of #668691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668691

Black with #668691

Text Example


Text Example

White with #668691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668691; }

 p { color: rgb(102,134,145); }

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

background-color css

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

 a { background-color: rgb(102,134,145); }

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

border-color css

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

 span { border-color: rgb(102,134,145); }

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