Html Css Color HEX #60899B Horizon

📋 copy color: '#60899B'

red 96 ◦ green 137 ◦ blue 155

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

Shades of Horizon #60899B

Tints of Horizon #60899B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.95%

R = 24.74%
G = 35.31%
B = 39.95%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60899B (or 0x60899B) is known color: Horizon. HEX triplet: 60, 89 and 9B. RGB value is (96,137,155). Sum of RGB (Red+Green+Blue) = 96+137+155=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #60899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60899B is #9F7664. Grayscale: #7E7E7E. Windows color (decimal): -10450533 or 10193248. OLE color: 10193248.

HSL color Cylindrical-coordinate representation of color #60899B: hue angle of 198.31º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60899B is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 137 155 -
CMYK 0.38 0.12 0 0.39
HSL 198.31º 0.24% 0.49% -
HSV(B) 198.31º 0.38% 0.61% -
XYZ 19.69 22.74 34.36 -
YUV 126.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 96 137 155 0.38 0.12 0 0.39 198.31 0.24 0.49
Hex 60 89 9B 26 C 0 27 C6 18 31
Octal 140 211 233 46 14 0 47 306 30 61
Binary 1100000 10001001 10011011 100110 1100 0 100111 11000110 11000 110001

Color Harmonies of #60899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60899B

Black with #60899B

Text Example


Text Example

White with #60899B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60899B; }

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

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

background-color css

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

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

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

border-color css

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

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

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