#608290

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

Shades of Horizon #608290

Tints of Horizon #608290

Color information

#608290 (or 0x608290) is unknown color: approx Horizon. HEX triplet: 60, 82 and 90. RGB value is (96,130,144). Sum of RGB (Red+Green+Blue) = 96+130+144=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #608290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608290 is #9F7D6F. Grayscale: #797979. Windows color (decimal): -10452336 or 9470560. OLE color: 9470560.

HSL color Cylindrical-coordinate representation of color #608290: hue angle of 197.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #608290 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96130144-
CMYK0.330.1000.44
HSL197.5º20%47.06%-
HSV(B)197.5º33.33%56.47%-
XYZ17.8420.4729.4-
YUV121.43140.74109.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 144 (56.64% from 255) = 38.92%
R=25.95%
G=35.14%
B=38.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961301440.330.1000.44197.52047.06
Hex60829021A02Cc5142f
Octal14020222041120543052457
Binary11000001000001010010000100001101001011001100010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608290; }

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

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

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

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

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

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

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

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