Html Css Color HEX #639199 Horizon

📋 copy color: '#639199'

red 99 ◦ green 145 ◦ blue 153

#639199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horizon #639199

Tints of Horizon #639199

RGB

 RED value IS 99 (39.06% from 255) = 24.94%

 GREEN value IS 145 (57.03% from 255) = 36.52%

 BLUE value IS 153 (60.16% from 255) = 38.54%

R = 24.94%
G = 36.52%
B = 38.54%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#639199 (or 0x639199) is known color: Horizon. HEX triplet: 63, 91 and 99. RGB value is (99,145,153). Sum of RGB (Red+Green+Blue) = 99+145+153=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #639199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639199 is #9C6E66. Grayscale: #848484. Windows color (decimal): -10251879 or 10064227. OLE color: 10064227.

HSL color Cylindrical-coordinate representation of color #639199: hue angle of 188.89º 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 #639199 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 145 153 -
CMYK 0.35 0.05 0 0.4
HSL 188.89º 0.21% 0.49% -
HSV(B) 188.89º 0.35% 0.6% -
XYZ 21.02 25.2 33.89 -
YUV 132.16 139.76 104.35 -
System Red Green Blue C M Y K H S L
Decimal 99 145 153 0.35 0.05 0 0.4 188.89 0.21 0.49
Hex 63 91 99 23 5 0 28 BD 15 31
Octal 143 221 231 43 5 0 50 275 25 61
Binary 1100011 10010001 10011001 100011 101 0 101000 10111101 10101 110001

Color Harmonies of #639199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639199

Black with #639199

Text Example


Text Example

White with #639199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639199; }

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

 H1.HeaderClassName
 {
   color: #639199;
 }
 .AnyTagClassName
 {
   color: #639199;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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