#608793

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

Shades of Horizon #608793

Tints of Horizon #608793

Color information

#608793 (or 0x608793) is unknown color: approx Horizon. HEX triplet: 60, 87 and 93. RGB value is (96,135,147). Sum of RGB (Red+Green+Blue) = 96+135+147=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #608793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608793 is #9F786C. Grayscale: #7C7C7C. Windows color (decimal): -10451053 or 9668448. OLE color: 9668448.

HSL color Cylindrical-coordinate representation of color #608793: hue angle of 194.12º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #608793 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB96135147-
CMYK0.350.0800.42
HSL194.12º20.99%47.65%-
HSV(B)194.12º34.69%57.65%-
XYZ18.7521.9230.85-
YUV124.71140.58107.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.40%
GREEN value IS 135 (53.12% from 255) = 35.71%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=25.40%
G=35.71%
B=38.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961351470.350.0800.42194.1220.9947.65
Hex60879323802Ac21530
Octal14020722343100523022560
Binary11000001000011110010011100011100001010101100001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608793; }

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

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

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

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

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

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

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

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