Html Css Color HEX #60909C Horizon

📋 copy color: '#60909C'

red 96 ◦ green 144 ◦ blue 156

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

Shades of Horizon #60909C

Tints of Horizon #60909C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.39%

R = 24.24%
G = 36.36%
B = 39.39%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60909C (or 0x60909C) is known color: Horizon. HEX triplet: 60, 90 and 9C. RGB value is (96,144,156). Sum of RGB (Red+Green+Blue) = 96+144+156=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #60909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60909C is #9F6F63. Grayscale: #828282. Windows color (decimal): -10448740 or 10260576. OLE color: 10260576.

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

Color convert

RGB 96 144 156 -
CMYK 0.38 0.08 0 0.39
HSL 192º 0.24% 0.49% -
HSV(B) 192º 0.38% 0.61% -
XYZ 20.8 24.83 35.15 -
YUV 131.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 96 144 156 0.38 0.08 0 0.39 192 0.24 0.49
Hex 60 90 9C 26 8 0 27 C0 18 31
Octal 140 220 234 46 10 0 47 300 30 61
Binary 1100000 10010000 10011100 100110 1000 0 100111 11000000 11000 110001

Color Harmonies of #60909C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60909C

Black with #60909C

Text Example


Text Example

White with #60909C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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