#60929C

Color #60929C Horizon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horizon #60929C

Tints of Horizon #60929C

Color information

#60929C (or 0x60929C) is unknown color: approx Horizon. HEX triplet: 60, 92 and 9C. RGB value is (96,146,156). Sum of RGB (Red+Green+Blue) = 96+146+156=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 156 - color contains mainly: blue. Hex color #60929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60929C is #9F6D63. Grayscale: #848484. Windows color (decimal): -10448228 or 10261088. OLE color: 10261088.

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

Color convert

RGB96146156-
CMYK0.380.0600.39
HSL190º23.81%49.41%-
HSV(B)190º38.46%61.18%-
XYZ21.125.4435.25-
YUV132.19141.44102.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.12%
GREEN value IS 146 (57.42% from 255) = 36.68%
BLUE value IS 156 (61.33% from 255) = 39.20%
R=24.12%
G=36.68%
B=39.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961461560.380.0600.3919023.8149.41
Hex60929C266027be1831
Octal1402222344660472763061
Binary1100000100100101001110010011011001001111011111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #60929C;
 }
 .AnyTagClassName
 {
   color: #60929C;
 }
</style>
background-color css

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

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

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

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

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

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