Html Css Color HEX #60858E Horizon

📋 copy color: '#60858E'

red 96 ◦ green 133 ◦ blue 142

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

Shades of Horizon #60858E

Tints of Horizon #60858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

 BLUE value IS 142 (55.86% from 255) = 38.27%

R = 25.88%
G = 35.85%
B = 38.27%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60858E (or 0x60858E) is known color: Horizon. HEX triplet: 60, 85 and 8E. RGB value is (96,133,142). Sum of RGB (Red+Green+Blue) = 96+133+142=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #60858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60858E is #9F7A71. Grayscale: #7A7A7A. Windows color (decimal): -10451570 or 9340256. OLE color: 9340256.

HSL color Cylindrical-coordinate representation of color #60858E: hue angle of 191.74º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60858E is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 133 142 -
CMYK 0.32 0.06 0 0.44
HSL 191.74º 0.19% 0.47% -
HSV(B) 191.74º 0.32% 0.56% -
XYZ 18.09 21.21 28.73 -
YUV 122.96 138.74 108.77 -
System Red Green Blue C M Y K H S L
Decimal 96 133 142 0.32 0.06 0 0.44 191.74 0.19 0.47
Hex 60 85 8E 20 6 0 2C C0 13 2F
Octal 140 205 216 40 6 0 54 300 23 57
Binary 1100000 10000101 10001110 100000 110 0 101100 11000000 10011 101111

Color Harmonies of #60858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60858E

Black with #60858E

Text Example


Text Example

White with #60858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60858E; }

 p { color: rgb(96,133,142); }

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

background-color css

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

 a { background-color: rgb(96,133,142); }

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

border-color css

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

 span { border-color: rgb(96,133,142); }

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