Html Css Color HEX #60838E Horizon

📋 copy color: '#60838E'

red 96 ◦ green 131 ◦ blue 142

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

Shades of Horizon #60838E

Tints of Horizon #60838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

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

R = 26.02%
G = 35.5%
B = 38.48%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60838E (or 0x60838E) is known color: Horizon. HEX triplet: 60, 83 and 8E. RGB value is (96,131,142). Sum of RGB (Red+Green+Blue) = 96+131+142=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #60838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60838E is #9F7C71. Grayscale: #797979. Windows color (decimal): -10452082 or 9339744. OLE color: 9339744.

HSL color Cylindrical-coordinate representation of color #60838E: hue angle of 194.35º 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 #60838E is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 131 142 -
CMYK 0.32 0.08 0 0.44
HSL 194.35º 0.19% 0.47% -
HSV(B) 194.35º 0.32% 0.56% -
XYZ 17.82 20.67 28.64 -
YUV 121.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 96 131 142 0.32 0.08 0 0.44 194.35 0.19 0.47
Hex 60 83 8E 20 8 0 2C C2 13 2F
Octal 140 203 216 40 10 0 54 302 23 57
Binary 1100000 10000011 10001110 100000 1000 0 101100 11000010 10011 101111

Color Harmonies of #60838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60838E

Black with #60838E

Text Example


Text Example

White with #60838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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