#608792

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

Shades of Horizon #608792

Tints of Horizon #608792

Color information

#608792 (or 0x608792) is unknown color: approx Horizon. HEX triplet: 60, 87 and 92. RGB value is (96,135,146). Sum of RGB (Red+Green+Blue) = 96+135+146=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #608792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608792 is #9F786D. Grayscale: #7C7C7C. Windows color (decimal): -10451054 or 9602912. OLE color: 9602912.

HSL color Cylindrical-coordinate representation of color #608792: hue angle of 193.2º 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 #608792 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB96135146-
CMYK0.340.0800.43
HSL193.2º20.66%47.45%-
HSV(B)193.2º34.25%57.25%-
XYZ18.6821.8930.43-
YUV124.59140.08107.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.46%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 146 (57.42% from 255) = 38.73%
R=25.46%
G=35.81%
B=38.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961351460.340.0800.43193.220.6647.45
Hex60879222802Bc1152f
Octal14020722242100533012557
Binary11000001000011110010010100010100001010111100000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608792; }

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

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

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

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

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

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

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

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