Html Css Color HEX #608999 Horizon

📋 copy color: '#608999'

red 96 ◦ green 137 ◦ blue 153

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

Shades of Horizon #608999

Tints of Horizon #608999

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.49%

 BLUE value IS 153 (60.16% from 255) = 39.64%

R = 24.87%
G = 35.49%
B = 39.64%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#608999 (or 0x608999) is known color: Horizon. HEX triplet: 60, 89 and 99. RGB value is (96,137,153). Sum of RGB (Red+Green+Blue) = 96+137+153=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 153 - color contains mainly: blue. Hex color #608999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608999 is #9F7666. Grayscale: #7E7E7E. Windows color (decimal): -10450535 or 10062176. OLE color: 10062176.

HSL color Cylindrical-coordinate representation of color #608999: hue angle of 196.84º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #608999 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 137 153 -
CMYK 0.37 0.10 0 0.4
HSL 196.84º 0.23% 0.49% -
HSV(B) 196.84º 0.37% 0.6% -
XYZ 19.52 22.68 33.49 -
YUV 126.57 142.92 106.2 -
System Red Green Blue C M Y K H S L
Decimal 96 137 153 0.37 0.10 0 0.4 196.84 0.23 0.49
Hex 60 89 99 25 A 0 28 C5 17 31
Octal 140 211 231 45 12 0 50 305 27 61
Binary 1100000 10001001 10011001 100101 1010 0 101000 11000101 10111 110001

Color Harmonies of #608999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608999

Black with #608999

Text Example


Text Example

White with #608999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608999; }

 p { color: rgb(96,137,153); }

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

background-color css

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

 a { background-color: rgb(96,137,153); }

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

border-color css

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

 span { border-color: rgb(96,137,153); }

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