Html Css Color HEX #608891 Horizon

📋 copy color: '#608891'

red 96 ◦ green 136 ◦ blue 145

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

Shades of Horizon #608891

Tints of Horizon #608891

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.07%

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

R = 25.46%
G = 36.07%
B = 38.46%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#608891 (or 0x608891) is known color: Horizon. HEX triplet: 60, 88 and 91. RGB value is (96,136,145). Sum of RGB (Red+Green+Blue) = 96+136+145=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #608891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608891 is #9F776E. Grayscale: #7C7C7C. Windows color (decimal): -10450799 or 9537632. OLE color: 9537632.

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

Color convert

RGB 96 136 145 -
CMYK 0.34 0.06 0 0.43
HSL 191.02º 0.2% 0.47% -
HSV(B) 191.02º 0.34% 0.57% -
XYZ 18.74 22.14 30.07 -
YUV 125.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 96 136 145 0.34 0.06 0 0.43 191.02 0.2 0.47
Hex 60 88 91 22 6 0 2B BF 14 2F
Octal 140 210 221 42 6 0 53 277 24 57
Binary 1100000 10001000 10010001 100010 110 0 101011 10111111 10100 101111

Color Harmonies of #608891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608891

Black with #608891

Text Example


Text Example

White with #608891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608891; }

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

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

background-color css

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

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

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

border-color css

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

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

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