#608390

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

Shades of Horizon #608390

Tints of Horizon #608390

Color information

#608390 (or 0x608390) is unknown color: approx Horizon. HEX triplet: 60, 83 and 90. RGB value is (96,131,144). Sum of RGB (Red+Green+Blue) = 96+131+144=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #608390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608390 is #9F7C6F. Grayscale: #797979. Windows color (decimal): -10452080 or 9470816. OLE color: 9470816.

HSL color Cylindrical-coordinate representation of color #608390: hue angle of 196.25º 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 #608390 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96131144-
CMYK0.330.0900.44
HSL196.25º20%47.06%-
HSV(B)196.25º33.33%56.47%-
XYZ17.9720.7329.44-
YUV122.02140.4109.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 144 (56.64% from 255) = 38.81%
R=25.88%
G=35.31%
B=38.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961311440.330.0900.44196.252047.06
Hex60839021902Cc4142f
Octal14020322041110543042457
Binary11000001000001110010000100001100101011001100010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608390; }

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

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

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

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

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

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

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

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