Html Css Color HEX #668692 Horizon

📋 copy color: '#668692'

red 102 ◦ green 134 ◦ blue 146

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

Shades of Horizon #668692

Tints of Horizon #668692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.22%

R = 26.7%
G = 35.08%
B = 38.22%

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

#668692 (or 0x668692) is known color: Horizon. HEX triplet: 66, 86 and 92. RGB value is (102,134,146). Sum of RGB (Red+Green+Blue) = 102+134+146=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 146 - color contains mainly: blue. Hex color #668692 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668692 is #99796D. Grayscale: #7D7D7D. Windows color (decimal): -10058094 or 9602662. OLE color: 9602662.

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

Color convert

RGB 102 134 146 -
CMYK 0.30 0.08 0 0.43
HSL 196.36º 0.18% 0.49% -
HSV(B) 196.36º 0.3% 0.57% -
XYZ 19.19 21.95 30.42 -
YUV 125.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 102 134 146 0.30 0.08 0 0.43 196.36 0.18 0.49
Hex 66 86 92 1E 8 0 2B C4 12 31
Octal 146 206 222 36 10 0 53 304 22 61
Binary 1100110 10000110 10010010 11110 1000 0 101011 11000100 10010 110001

Color Harmonies of #668692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668692

Black with #668692

Text Example


Text Example

White with #668692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668692; }

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

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

background-color css

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

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

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

border-color css

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

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

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