#639198

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

Shades of Horizon #639198

Tints of Horizon #639198

Color information

#639198 (or 0x639198) is unknown color: approx Horizon. HEX triplet: 63, 91 and 98. RGB value is (99,145,152). Sum of RGB (Red+Green+Blue) = 99+145+152=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #639198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639198 is #9C6E67. Grayscale: #838383. Windows color (decimal): -10251880 or 9998691. OLE color: 9998691.

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

Color convert

RGB99145152-
CMYK0.350.0500.40
HSL187.92º21.12%49.22%-
HSV(B)187.92º34.87%59.61%-
XYZ20.9425.1733.46-
YUV132.04139.26104.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25%
GREEN value IS 145 (57.03% from 255) = 36.62%
BLUE value IS 152 (59.77% from 255) = 38.38%
R=25%
G=36.62%
B=38.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal991451520.350.0500.40187.9221.1249.22
Hex639198235028bc1531
Octal1432212304350502742561
Binary1100011100100011001100010001110101010001011110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639198; }

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

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

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

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

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

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

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

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