Html Css Color HEX #608291 Horizon

📋 copy color: '#608291'

red 96 ◦ green 130 ◦ blue 145

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

Shades of Horizon #608291

Tints of Horizon #608291

RGB

 RED value IS 96 (37.89% from 255) = 25.88%

 GREEN value IS 130 (51.17% from 255) = 35.04%

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

R = 25.88%
G = 35.04%
B = 39.08%

CMYK

 C value IS 0.34

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#608291 (or 0x608291) is known color: Horizon. HEX triplet: 60, 82 and 91. RGB value is (96,130,145). Sum of RGB (Red+Green+Blue) = 96+130+145=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 145 - color contains mainly: blue. Hex color #608291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608291 is #9F7D6E. Grayscale: #797979. Windows color (decimal): -10452335 or 9536096. OLE color: 9536096.

HSL color Cylindrical-coordinate representation of color #608291: hue angle of 198.37º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #608291 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 130 145 -
CMYK 0.34 0.10 0 0.43
HSL 198.37º 0.2% 0.47% -
HSV(B) 198.37º 0.34% 0.57% -
XYZ 17.92 20.5 29.8 -
YUV 121.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 96 130 145 0.34 0.10 0 0.43 198.37 0.2 0.47
Hex 60 82 91 22 A 0 2B C6 14 2F
Octal 140 202 221 42 12 0 53 306 24 57
Binary 1100000 10000010 10010001 100010 1010 0 101011 11000110 10100 101111

Color Harmonies of #608291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608291

Black with #608291

Text Example


Text Example

White with #608291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608291; }

 p { color: rgb(96,130,145); }

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

background-color css

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

 a { background-color: rgb(96,130,145); }

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

border-color css

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

 span { border-color: rgb(96,130,145); }

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