#608998

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

Shades of Horizon #608998

Tints of Horizon #608998

Color information

#608998 (or 0x608998) is unknown color: approx Horizon. HEX triplet: 60, 89 and 98. RGB value is (96,137,152). Sum of RGB (Red+Green+Blue) = 96+137+152=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 152 - color contains mainly: blue. Hex color #608998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608998 is #9F7667. Grayscale: #7E7E7E. Windows color (decimal): -10450536 or 9996640. OLE color: 9996640.

HSL color Cylindrical-coordinate representation of color #608998: hue angle of 196.07º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #608998 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB96137152-
CMYK0.370.1000.40
HSL196.07º22.58%48.63%-
HSV(B)196.07º36.84%59.61%-
XYZ19.4422.6533.05-
YUV126.45142.42106.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.94%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 152 (59.77% from 255) = 39.48%
R=24.94%
G=35.58%
B=39.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961371520.370.1000.40196.0722.5848.63
Hex60899825A028c41731
Octal14021123045120503042761
Binary11000001000100110011000100101101001010001100010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608998; }

 p { color: rgb(96,137,152); }

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

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

 a { background-color: rgb(96,137,152); }

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

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

 span { border-color: rgb(96,137,152); }

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