Html Css Color HEX #60939E Horizon

📋 copy color: '#60939E'

red 96 ◦ green 147 ◦ blue 158

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

Shades of Horizon #60939E

Tints of Horizon #60939E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.66%

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

R = 23.94%
G = 36.66%
B = 39.4%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60939E (or 0x60939E) is known color: Horizon. HEX triplet: 60, 93 and 9E. RGB value is (96,147,158). Sum of RGB (Red+Green+Blue) = 96+147+158=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: blue. Hex color #60939E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60939E is #9F6C61. Grayscale: #848484. Windows color (decimal): -10447970 or 10392416. OLE color: 10392416.

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

Color convert

RGB 96 147 158 -
CMYK 0.39 0.07 0 0.38
HSL 190.65º 0.24% 0.5% -
HSV(B) 190.65º 0.39% 0.62% -
XYZ 21.43 25.82 36.2 -
YUV 133.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 96 147 158 0.39 0.07 0 0.38 190.65 0.24 0.5
Hex 60 93 9E 27 7 0 26 BF 18 32
Octal 140 223 236 47 7 0 46 277 30 62
Binary 1100000 10010011 10011110 100111 111 0 100110 10111111 11000 110010

Color Harmonies of #60939E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60939E

Black with #60939E

Text Example


Text Example

White with #60939E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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