Html Css Color HEX #608D95 Horizon

📋 copy color: '#608D95'

red 96 ◦ green 141 ◦ blue 149

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

Shades of Horizon #608D95

Tints of Horizon #608D95

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.53%

 BLUE value IS 149 (58.59% from 255) = 38.6%

R = 24.87%
G = 36.53%
B = 38.6%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#608D95 (or 0x608D95) is known color: Horizon. HEX triplet: 60, 8D and 95. RGB value is (96,141,149). Sum of RGB (Red+Green+Blue) = 96+141+149=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #608D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608D95 is #9F726A. Grayscale: #808080. Windows color (decimal): -10449515 or 9801056. OLE color: 9801056.

HSL color Cylindrical-coordinate representation of color #608D95: hue angle of 189.06º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #608D95 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 141 149 -
CMYK 0.36 0.05 0 0.42
HSL 189.06º 0.22% 0.48% -
HSV(B) 189.06º 0.36% 0.58% -
XYZ 19.77 23.71 31.97 -
YUV 128.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 96 141 149 0.36 0.05 0 0.42 189.06 0.22 0.48
Hex 60 8D 95 24 5 0 2A BD 16 30
Octal 140 215 225 44 5 0 52 275 26 60
Binary 1100000 10001101 10010101 100100 101 0 101010 10111101 10110 110000

Color Harmonies of #608D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D95

Black with #608D95

Text Example


Text Example

White with #608D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,141,149); }

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

background-color css

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

 a { background-color: rgb(96,141,149); }

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

border-color css

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

 span { border-color: rgb(96,141,149); }

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