Html Css Color HEX #60879B Horizon

📋 copy color: '#60879B'

red 96 ◦ green 135 ◦ blue 155

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

Shades of Horizon #60879B

Tints of Horizon #60879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.97%

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

R = 24.87%
G = 34.97%
B = 40.16%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60879B (or 0x60879B) is known color: Horizon. HEX triplet: 60, 87 and 9B. RGB value is (96,135,155). Sum of RGB (Red+Green+Blue) = 96+135+155=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #60879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60879B is #9F7864. Grayscale: #7D7D7D. Windows color (decimal): -10451045 or 10192736. OLE color: 10192736.

HSL color Cylindrical-coordinate representation of color #60879B: hue angle of 200.34º 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 #60879B is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 135 155 -
CMYK 0.38 0.13 0 0.39
HSL 200.34º 0.24% 0.49% -
HSV(B) 200.34º 0.38% 0.61% -
XYZ 19.4 22.18 34.27 -
YUV 125.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 96 135 155 0.38 0.13 0 0.39 200.34 0.24 0.49
Hex 60 87 9B 26 D 0 27 C8 18 31
Octal 140 207 233 46 15 0 47 310 30 61
Binary 1100000 10000111 10011011 100110 1101 0 100111 11001000 11000 110001

Color Harmonies of #60879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60879B

Black with #60879B

Text Example


Text Example

White with #60879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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