Html Css Color HEX #608091 Horizon

📋 copy color: '#608091'

red 96 ◦ green 128 ◦ blue 145

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

Shades of Horizon #608091

Tints of Horizon #608091

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.69%

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

R = 26.02%
G = 34.69%
B = 39.3%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#608091 (or 0x608091) is known color: Horizon. HEX triplet: 60, 80 and 91. RGB value is (96,128,145). Sum of RGB (Red+Green+Blue) = 96+128+145=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 145 - color contains mainly: blue. Hex color #608091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608091 is #9F7F6E. Grayscale: #787878. Windows color (decimal): -10452847 or 9535584. OLE color: 9535584.

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

Color convert

RGB 96 128 145 -
CMYK 0.34 0.12 0 0.43
HSL 200.82º 0.2% 0.47% -
HSV(B) 200.82º 0.34% 0.57% -
XYZ 17.65 19.97 29.71 -
YUV 120.37 141.9 110.62 -
System Red Green Blue C M Y K H S L
Decimal 96 128 145 0.34 0.12 0 0.43 200.82 0.2 0.47
Hex 60 80 91 22 C 0 2B C9 14 2F
Octal 140 200 221 42 14 0 53 311 24 57
Binary 1100000 10000000 10010001 100010 1100 0 101011 11001001 10100 101111

Color Harmonies of #608091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608091

Black with #608091

Text Example


Text Example

White with #608091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608091; }

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

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

background-color css

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

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

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

border-color css

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

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

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