Html Css Color HEX #649198 Horizon

📋 copy color: '#649198'

red 100 ◦ green 145 ◦ blue 152

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

Shades of Horizon #649198

Tints of Horizon #649198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.29%

R = 25.19%
G = 36.52%
B = 38.29%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#649198 (or 0x649198) is known color: Horizon. HEX triplet: 64, 91 and 98. RGB value is (100,145,152). Sum of RGB (Red+Green+Blue) = 100+145+152=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #649198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649198 is #9B6E67. Grayscale: #848484. Windows color (decimal): -10186344 or 9998692. OLE color: 9998692.

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

Color convert

RGB 100 145 152 -
CMYK 0.34 0.05 0 0.40
HSL 188.08º 0.21% 0.49% -
HSV(B) 188.08º 0.34% 0.6% -
XYZ 21.05 25.23 33.47 -
YUV 132.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 100 145 152 0.34 0.05 0 0.40 188.08 0.21 0.49
Hex 64 91 98 22 5 0 28 BC 15 31
Octal 144 221 230 42 5 0 50 274 25 61
Binary 1100100 10010001 10011000 100010 101 0 101000 10111100 10101 110001

Color Harmonies of #649198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649198

Black with #649198

Text Example


Text Example

White with #649198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649198; }

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

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

background-color css

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

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

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

border-color css

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

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

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