#608C99

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

Shades of Horizon #608C99

Tints of Horizon #608C99

Color information

#608C99 (or 0x608C99) is unknown color: approx Horizon. HEX triplet: 60, 8C and 99. RGB value is (96,140,153). Sum of RGB (Red+Green+Blue) = 96+140+153=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 153 - color contains mainly: blue. Hex color #608C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608C99 is #9F7366. Grayscale: #808080. Windows color (decimal): -10449767 or 10062944. OLE color: 10062944.

HSL color Cylindrical-coordinate representation of color #608C99: hue angle of 193.68º 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 #608C99 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB96140153-
CMYK0.370.0800.4
HSL193.68º22.89%48.82%-
HSV(B)193.68º37.25%60%-
XYZ19.9523.5433.63-
YUV128.33141.92104.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.68%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 153 (60.16% from 255) = 39.33%
R=24.68%
G=35.99%
B=39.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal961401530.370.0800.4193.6822.8948.82
Hex608C99258028c21731
Octal14021423145100503022761
Binary11000001000110010011001100101100001010001100001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608C99; }

 p { color: rgb(96,140,153); }

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

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

 a { background-color: rgb(96,140,153); }

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

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

 span { border-color: rgb(96,140,153); }

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