Html Css Color HEX #649199 Horizon

📋 copy color: '#649199'

red 100 ◦ green 145 ◦ blue 153

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

Shades of Horizon #649199

Tints of Horizon #649199

RGB

 RED value IS 100 (39.45% from 255) = 25.13%

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

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

R = 25.13%
G = 36.43%
B = 38.44%

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

#649199 (or 0x649199) is known color: Horizon. HEX triplet: 64, 91 and 99. RGB value is (100,145,153). Sum of RGB (Red+Green+Blue) = 100+145+153=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 153 - color contains mainly: blue. Hex color #649199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649199 is #9B6E66. Grayscale: #848484. Windows color (decimal): -10186343 or 10064228. OLE color: 10064228.

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

Color convert

RGB 100 145 153 -
CMYK 0.35 0.05 0 0.4
HSL 189.06º 0.21% 0.5% -
HSV(B) 189.06º 0.35% 0.6% -
XYZ 21.13 25.26 33.9 -
YUV 132.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 100 145 153 0.35 0.05 0 0.4 189.06 0.21 0.5
Hex 64 91 99 23 5 0 28 BD 15 32
Octal 144 221 231 43 5 0 50 275 25 62
Binary 1100100 10010001 10011001 100011 101 0 101000 10111101 10101 110010

Color Harmonies of #649199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649199

Black with #649199

Text Example


Text Example

White with #649199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649199; }

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

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

background-color css

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

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

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

border-color css

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

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

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