Html Css Color HEX #608396 Horizon

📋 copy color: '#608396'

red 96 ◦ green 131 ◦ blue 150

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

Shades of Horizon #608396

Tints of Horizon #608396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

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

R = 25.46%
G = 34.75%
B = 39.79%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#608396 (or 0x608396) is known color: Horizon. HEX triplet: 60, 83 and 96. RGB value is (96,131,150). Sum of RGB (Red+Green+Blue) = 96+131+150=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 150 - color contains mainly: blue. Hex color #608396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608396 is #9F7C69. Grayscale: #7A7A7A. Windows color (decimal): -10452074 or 9864032. OLE color: 9864032.

HSL color Cylindrical-coordinate representation of color #608396: hue angle of 201.11º 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 #608396 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 131 150 -
CMYK 0.36 0.13 0 0.41
HSL 201.11º 0.22% 0.48% -
HSV(B) 201.11º 0.36% 0.59% -
XYZ 18.45 20.92 31.92 -
YUV 122.7 143.4 108.96 -
System Red Green Blue C M Y K H S L
Decimal 96 131 150 0.36 0.13 0 0.41 201.11 0.22 0.48
Hex 60 83 96 24 D 0 29 C9 16 30
Octal 140 203 226 44 15 0 51 311 26 60
Binary 1100000 10000011 10010110 100100 1101 0 101001 11001001 10110 110000

Color Harmonies of #608396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608396

Black with #608396

Text Example


Text Example

White with #608396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608396; }

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

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

background-color css

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

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

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

border-color css

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

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

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