Html Css Color HEX #608D99 Horizon

📋 copy color: '#608D99'

red 96 ◦ green 141 ◦ blue 153

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

Shades of Horizon #608D99

Tints of Horizon #608D99

RGB

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

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

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

R = 24.62%
G = 36.15%
B = 39.23%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#608D99 (or 0x608D99) is known color: Horizon. HEX triplet: 60, 8D and 99. RGB value is (96,141,153). Sum of RGB (Red+Green+Blue) = 96+141+153=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #608D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608D99 is #9F7266. Grayscale: #808080. Windows color (decimal): -10449511 or 10063200. OLE color: 10063200.

HSL color Cylindrical-coordinate representation of color #608D99: hue angle of 192.63º 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 #608D99 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 141 153 -
CMYK 0.37 0.08 0 0.4
HSL 192.63º 0.23% 0.49% -
HSV(B) 192.63º 0.37% 0.6% -
XYZ 20.1 23.84 33.68 -
YUV 128.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 96 141 153 0.37 0.08 0 0.4 192.63 0.23 0.49
Hex 60 8D 99 25 8 0 28 C1 17 31
Octal 140 215 231 45 10 0 50 301 27 61
Binary 1100000 10001101 10011001 100101 1000 0 101000 11000001 10111 110001

Color Harmonies of #608D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D99

Black with #608D99

Text Example


Text Example

White with #608D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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