Html Css Color HEX #649298 Horizon

📋 copy color: '#649298'

red 100 ◦ green 146 ◦ blue 152

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

Shades of Horizon #649298

Tints of Horizon #649298

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.68%

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

R = 25.13%
G = 36.68%
B = 38.19%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#649298 (or 0x649298) is known color: Horizon. HEX triplet: 64, 92 and 98. RGB value is (100,146,152). Sum of RGB (Red+Green+Blue) = 100+146+152=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #649298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649298 is #9B6D67. Grayscale: #848484. Windows color (decimal): -10186088 or 9998948. OLE color: 9998948.

HSL color Cylindrical-coordinate representation of color #649298: hue angle of 186.92º 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 #649298 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 146 152 -
CMYK 0.34 0.04 0 0.40
HSL 186.92º 0.21% 0.49% -
HSV(B) 186.92º 0.34% 0.6% -
XYZ 21.2 25.53 33.52 -
YUV 132.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 100 146 152 0.34 0.04 0 0.40 186.92 0.21 0.49
Hex 64 92 98 22 4 0 28 BB 15 31
Octal 144 222 230 42 4 0 50 273 25 61
Binary 1100100 10010010 10011000 100010 100 0 101000 10111011 10101 110001

Color Harmonies of #649298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649298

Black with #649298

Text Example


Text Example

White with #649298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649298; }

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

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

background-color css

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

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

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

border-color css

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

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

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