Html Css Color HEX #608E96 Horizon

📋 copy color: '#608E96'

red 96 ◦ green 142 ◦ blue 150

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

Shades of Horizon #608E96

Tints of Horizon #608E96

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.6%

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

R = 24.74%
G = 36.6%
B = 38.66%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#608E96 (or 0x608E96) is known color: Horizon. HEX triplet: 60, 8E and 96. RGB value is (96,142,150). Sum of RGB (Red+Green+Blue) = 96+142+150=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 150 - color contains mainly: blue. Hex color #608E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608E96 is #9F7169. Grayscale: #818181. Windows color (decimal): -10449258 or 9866848. OLE color: 9866848.

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

Color convert

RGB 96 142 150 -
CMYK 0.36 0.05 0 0.41
HSL 188.89º 0.22% 0.48% -
HSV(B) 188.89º 0.36% 0.59% -
XYZ 20 24.03 32.44 -
YUV 129.16 139.76 104.35 -
System Red Green Blue C M Y K H S L
Decimal 96 142 150 0.36 0.05 0 0.41 188.89 0.22 0.48
Hex 60 8E 96 24 5 0 29 BD 16 30
Octal 140 216 226 44 5 0 51 275 26 60
Binary 1100000 10001110 10010110 100100 101 0 101001 10111101 10110 110000

Color Harmonies of #608E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608E96

Black with #608E96

Text Example


Text Example

White with #608E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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