Html Css Color HEX #60879C Horizon

📋 copy color: '#60879C'

red 96 ◦ green 135 ◦ blue 156

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

Shades of Horizon #60879C

Tints of Horizon #60879C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.31%

R = 24.81%
G = 34.88%
B = 40.31%

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

#60879C (or 0x60879C) is known color: Horizon. HEX triplet: 60, 87 and 9C. RGB value is (96,135,156). Sum of RGB (Red+Green+Blue) = 96+135+156=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #60879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60879C is #9F7863. Grayscale: #7D7D7D. Windows color (decimal): -10451044 or 10258272. OLE color: 10258272.

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

Color convert

RGB 96 135 156 -
CMYK 0.38 0.13 0 0.39
HSL 201º 0.24% 0.49% -
HSV(B) 201º 0.38% 0.61% -
XYZ 19.49 22.22 34.71 -
YUV 125.73 145.08 106.79 -
System Red Green Blue C M Y K H S L
Decimal 96 135 156 0.38 0.13 0 0.39 201 0.24 0.49
Hex 60 87 9C 26 D 0 27 C9 18 31
Octal 140 207 234 46 15 0 47 311 30 61
Binary 1100000 10000111 10011100 100110 1101 0 100111 11001001 11000 110001

Color Harmonies of #60879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60879C

Black with #60879C

Text Example


Text Example

White with #60879C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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