#639197

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

Shades of Horizon #639197

Tints of Horizon #639197

Color information

#639197 (or 0x639197) is unknown color: approx Horizon. HEX triplet: 63, 91 and 97. RGB value is (99,145,151). Sum of RGB (Red+Green+Blue) = 99+145+151=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 151 - color contains mainly: blue. Hex color #639197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639197 is #9C6E68. Grayscale: #838383. Windows color (decimal): -10251881 or 9933155. OLE color: 9933155.

HSL color Cylindrical-coordinate representation of color #639197: hue angle of 186.92º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639197 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB99145151-
CMYK0.340.0400.41
HSL186.92º20.8%49.02%-
HSV(B)186.92º34.44%59.22%-
XYZ20.8625.1433.03-
YUV131.93138.76104.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.06%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 151 (59.38% from 255) = 38.23%
R=25.06%
G=36.71%
B=38.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991451510.340.0400.41186.9220.849.02
Hex639197224029bb1531
Octal1432212274240512732561
Binary1100011100100011001011110001010001010011011101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639197; }

 p { color: rgb(99,145,151); }

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

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

 a { background-color: rgb(99,145,151); }

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

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

 span { border-color: rgb(99,145,151); }

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