Html Css Color HEX #649099 Horizon

📋 copy color: '#649099'

red 100 ◦ green 144 ◦ blue 153

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

Shades of Horizon #649099

Tints of Horizon #649099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.27%

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

R = 25.19%
G = 36.27%
B = 38.54%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#649099 (or 0x649099) is known color: Horizon. HEX triplet: 64, 90 and 99. RGB value is (100,144,153). Sum of RGB (Red+Green+Blue) = 100+144+153=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 144 (56.64% from 255 or 36.27% 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 #649099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649099 is #9B6F66. Grayscale: #838383. Windows color (decimal): -10186599 or 10063972. OLE color: 10063972.

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

Color convert

RGB 100 144 153 -
CMYK 0.35 0.06 0 0.4
HSL 190.19º 0.21% 0.5% -
HSV(B) 190.19º 0.35% 0.6% -
XYZ 20.98 24.96 33.85 -
YUV 131.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 100 144 153 0.35 0.06 0 0.4 190.19 0.21 0.5
Hex 64 90 99 23 6 0 28 BE 15 32
Octal 144 220 231 43 6 0 50 276 25 62
Binary 1100100 10010000 10011001 100011 110 0 101000 10111110 10101 110010

Color Harmonies of #649099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649099

Black with #649099

Text Example


Text Example

White with #649099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649099; }

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

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

background-color css

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

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

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

border-color css

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

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

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