#608392

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

Shades of Horizon #608392

Tints of Horizon #608392

Color information

#608392 (or 0x608392) is unknown color: approx Horizon. HEX triplet: 60, 83 and 92. RGB value is (96,131,146). Sum of RGB (Red+Green+Blue) = 96+131+146=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #608392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608392 is #9F7C6D. Grayscale: #7A7A7A. Windows color (decimal): -10452078 or 9601888. OLE color: 9601888.

HSL color Cylindrical-coordinate representation of color #608392: hue angle of 198º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #608392 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB96131146-
CMYK0.340.1000.43
HSL198º20.66%47.45%-
HSV(B)198º34.25%57.25%-
XYZ18.1320.7930.25-
YUV122.24141.4109.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=25.74%
G=35.12%
B=39.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961311460.340.1000.4319820.6647.45
Hex60839222A02Bc6152f
Octal14020322242120533062557
Binary11000001000001110010010100010101001010111100011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608392; }

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

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

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

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

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

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

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

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