Html Css Color HEX #60828F Horizon

📋 copy color: '#60828F'

red 96 ◦ green 130 ◦ blue 143

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

Shades of Horizon #60828F

Tints of Horizon #60828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 26.02%
G = 35.23%
B = 38.75%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60828F (or 0x60828F) is known color: Horizon. HEX triplet: 60, 82 and 8F. RGB value is (96,130,143). Sum of RGB (Red+Green+Blue) = 96+130+143=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 143 - color contains mainly: blue. Hex color #60828F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60828F is #9F7D70. Grayscale: #797979. Windows color (decimal): -10452337 or 9405024. OLE color: 9405024.

HSL color Cylindrical-coordinate representation of color #60828F: hue angle of 196.6º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60828F is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 130 143 -
CMYK 0.33 0.09 0 0.44
HSL 196.6º 0.2% 0.47% -
HSV(B) 196.6º 0.33% 0.56% -
XYZ 17.76 20.44 28.99 -
YUV 121.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 96 130 143 0.33 0.09 0 0.44 196.6 0.2 0.47
Hex 60 82 8F 21 9 0 2C C5 14 2F
Octal 140 202 217 41 11 0 54 305 24 57
Binary 1100000 10000010 10001111 100001 1001 0 101100 11000101 10100 101111

Color Harmonies of #60828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60828F

Black with #60828F

Text Example


Text Example

White with #60828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60828F; }

 p { color: rgb(96,130,143); }

 H1.HeaderClassName
 {
   color: #60828F;
 }
 .AnyTagClassName
 {
   color: #60828F;
 }
</style>

background-color css

<style>
 a { background-color: #60828F; }

 a { background-color: rgb(96,130,143); }

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

border-color css

<style>
 span { border-color: #60828F; }

 span { border-color: rgb(96,130,143); }

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