Html Css Color HEX #60929E Horizon

📋 copy color: '#60929E'

red 96 ◦ green 146 ◦ blue 158

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

Shades of Horizon #60929E

Tints of Horizon #60929E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.5%

 BLUE value IS 158 (62.11% from 255) = 39.5%

R = 24%
G = 36.5%
B = 39.5%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60929E (or 0x60929E) is known color: Horizon. HEX triplet: 60, 92 and 9E. RGB value is (96,146,158). Sum of RGB (Red+Green+Blue) = 96+146+158=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #60929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60929E is #9F6D61. Grayscale: #848484. Windows color (decimal): -10448226 or 10392160. OLE color: 10392160.

HSL color Cylindrical-coordinate representation of color #60929E: hue angle of 191.61º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60929E is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 146 158 -
CMYK 0.39 0.08 0 0.38
HSL 191.61º 0.24% 0.5% -
HSV(B) 191.61º 0.39% 0.62% -
XYZ 21.27 25.51 36.15 -
YUV 132.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 96 146 158 0.39 0.08 0 0.38 191.61 0.24 0.5
Hex 60 92 9E 27 8 0 26 C0 18 32
Octal 140 222 236 47 10 0 46 300 30 62
Binary 1100000 10010010 10011110 100111 1000 0 100110 11000000 11000 110010

Color Harmonies of #60929E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60929E

Black with #60929E

Text Example


Text Example

White with #60929E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,146,158); }

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

background-color css

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

 a { background-color: rgb(96,146,158); }

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

border-color css

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

 span { border-color: rgb(96,146,158); }

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