Html Css Color HEX #60909F Horizon

📋 copy color: '#60909F'

red 96 ◦ green 144 ◦ blue 159

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

Shades of Horizon #60909F

Tints of Horizon #60909F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.09%

 BLUE value IS 159 (62.5% from 255) = 39.85%

R = 24.06%
G = 36.09%
B = 39.85%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60909F (or 0x60909F) is known color: Horizon. HEX triplet: 60, 90 and 9F. RGB value is (96,144,159). Sum of RGB (Red+Green+Blue) = 96+144+159=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #60909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60909F is #9F6F60. Grayscale: #838383. Windows color (decimal): -10448737 or 10457184. OLE color: 10457184.

HSL color Cylindrical-coordinate representation of color #60909F: hue angle of 194.29º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60909F is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 144 159 -
CMYK 0.40 0.09 0 0.38
HSL 194.29º 0.25% 0.5% -
HSV(B) 194.29º 0.4% 0.62% -
XYZ 21.06 24.94 36.5 -
YUV 131.36 143.6 102.78 -
System Red Green Blue C M Y K H S L
Decimal 96 144 159 0.40 0.09 0 0.38 194.29 0.25 0.5
Hex 60 90 9F 28 9 0 26 C2 19 32
Octal 140 220 237 50 11 0 46 302 31 62
Binary 1100000 10010000 10011111 101000 1001 0 100110 11000010 11001 110010

Color Harmonies of #60909F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60909F

Black with #60909F

Text Example


Text Example

White with #60909F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,144,159); }

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

background-color css

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

 a { background-color: rgb(96,144,159); }

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

border-color css

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

 span { border-color: rgb(96,144,159); }

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