Html Css Color HEX #648490 Horizon

📋 copy color: '#648490'

red 100 ◦ green 132 ◦ blue 144

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

Shades of Horizon #648490

Tints of Horizon #648490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.11%

 BLUE value IS 144 (56.64% from 255) = 38.3%

R = 26.6%
G = 35.11%
B = 38.3%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#648490 (or 0x648490) is known color: Horizon. HEX triplet: 64, 84 and 90. RGB value is (100,132,144). Sum of RGB (Red+Green+Blue) = 100+132+144=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 144 - color contains mainly: blue. Hex color #648490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648490 is #9B7B6F. Grayscale: #7B7B7B. Windows color (decimal): -10189680 or 9471076. OLE color: 9471076.

HSL color Cylindrical-coordinate representation of color #648490: hue angle of 196.36º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #648490 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 132 144 -
CMYK 0.31 0.08 0 0.44
HSL 196.36º 0.18% 0.48% -
HSV(B) 196.36º 0.31% 0.56% -
XYZ 18.54 21.23 29.51 -
YUV 123.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 100 132 144 0.31 0.08 0 0.44 196.36 0.18 0.48
Hex 64 84 90 1F 8 0 2C C4 12 30
Octal 144 204 220 37 10 0 54 304 22 60
Binary 1100100 10000100 10010000 11111 1000 0 101100 11000100 10010 110000

Color Harmonies of #648490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648490

Black with #648490

Text Example


Text Example

White with #648490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648490; }

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

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

background-color css

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

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

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

border-color css

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

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

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