Html Css Color HEX #668591 Horizon

📋 copy color: '#668591'

red 102 ◦ green 133 ◦ blue 145

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

Shades of Horizon #668591

Tints of Horizon #668591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35%

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

R = 26.84%
G = 35%
B = 38.16%

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

#668591 (or 0x668591) is known color: Horizon. HEX triplet: 66, 85 and 91. RGB value is (102,133,145). Sum of RGB (Red+Green+Blue) = 102+133+145=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 145 - color contains mainly: blue. Hex color #668591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668591 is #997A6E. Grayscale: #7D7D7D. Windows color (decimal): -10058351 or 9536870. OLE color: 9536870.

HSL color Cylindrical-coordinate representation of color #668591: hue angle of 196.74º 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 #668591 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 133 145 -
CMYK 0.30 0.08 0 0.43
HSL 196.74º 0.17% 0.48% -
HSV(B) 196.74º 0.3% 0.57% -
XYZ 18.98 21.64 29.97 -
YUV 125.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 102 133 145 0.30 0.08 0 0.43 196.74 0.17 0.48
Hex 66 85 91 1E 8 0 2B C5 11 30
Octal 146 205 221 36 10 0 53 305 21 60
Binary 1100110 10000101 10010001 11110 1000 0 101011 11000101 10001 110000

Color Harmonies of #668591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668591

Black with #668591

Text Example


Text Example

White with #668591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668591; }

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

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

background-color css

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

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

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

border-color css

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

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

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