Html Css Color HEX #608998 Horizon

📋 copy color: '#608998'

red 96 ◦ green 137 ◦ blue 152

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

Shades of Horizon #608998

Tints of Horizon #608998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.48%

R = 24.94%
G = 35.58%
B = 39.48%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#608998 (or 0x608998) is known color: Horizon. HEX triplet: 60, 89 and 98. RGB value is (96,137,152). Sum of RGB (Red+Green+Blue) = 96+137+152=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 152 - color contains mainly: blue. Hex color #608998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608998 is #9F7667. Grayscale: #7E7E7E. Windows color (decimal): -10450536 or 9996640. OLE color: 9996640.

HSL color Cylindrical-coordinate representation of color #608998: hue angle of 196.07º 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 #608998 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 137 152 -
CMYK 0.37 0.10 0 0.40
HSL 196.07º 0.23% 0.49% -
HSV(B) 196.07º 0.37% 0.6% -
XYZ 19.44 22.65 33.05 -
YUV 126.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 96 137 152 0.37 0.10 0 0.40 196.07 0.23 0.49
Hex 60 89 98 25 A 0 28 C4 17 31
Octal 140 211 230 45 12 0 50 304 27 61
Binary 1100000 10001001 10011000 100101 1010 0 101000 11000100 10111 110001

Color Harmonies of #608998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608998

Black with #608998

Text Example


Text Example

White with #608998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608998; }

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

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

background-color css

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

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

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

border-color css

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

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

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