Html Css Color HEX #608996 Horizon

📋 copy color: '#608996'

red 96 ◦ green 137 ◦ blue 150

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

Shades of Horizon #608996

Tints of Horizon #608996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.16%

R = 25.07%
G = 35.77%
B = 39.16%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#608996 (or 0x608996) is known color: Horizon. HEX triplet: 60, 89 and 96. RGB value is (96,137,150). Sum of RGB (Red+Green+Blue) = 96+137+150=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #608996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608996 is #9F7669. Grayscale: #7E7E7E. Windows color (decimal): -10450538 or 9865568. OLE color: 9865568.

HSL color Cylindrical-coordinate representation of color #608996: hue angle of 194.44º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #608996 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 137 150 -
CMYK 0.36 0.09 0 0.41
HSL 194.44º 0.22% 0.48% -
HSV(B) 194.44º 0.36% 0.59% -
XYZ 19.27 22.58 32.2 -
YUV 126.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 96 137 150 0.36 0.09 0 0.41 194.44 0.22 0.48
Hex 60 89 96 24 9 0 29 C2 16 30
Octal 140 211 226 44 11 0 51 302 26 60
Binary 1100000 10001001 10010110 100100 1001 0 101001 11000010 10110 110000

Color Harmonies of #608996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608996

Black with #608996

Text Example


Text Example

White with #608996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608996; }

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

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

background-color css

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

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

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

border-color css

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

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

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