Html Css Color HEX #648496 Horizon

📋 copy color: '#648496'

red 100 ◦ green 132 ◦ blue 150

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

Shades of Horizon #648496

Tints of Horizon #648496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.27%

R = 26.18%
G = 34.55%
B = 39.27%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#648496 (or 0x648496) is known color: Horizon. HEX triplet: 64, 84 and 96. RGB value is (100,132,150). Sum of RGB (Red+Green+Blue) = 100+132+150=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #648496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648496 is #9B7B69. Grayscale: #7C7C7C. Windows color (decimal): -10189674 or 9864292. OLE color: 9864292.

HSL color Cylindrical-coordinate representation of color #648496: hue angle of 201.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #648496 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 132 150 -
CMYK 0.33 0.12 0 0.41
HSL 201.6º 0.2% 0.49% -
HSV(B) 201.6º 0.33% 0.59% -
XYZ 19.01 21.41 31.99 -
YUV 124.48 142.4 110.54 -
System Red Green Blue C M Y K H S L
Decimal 100 132 150 0.33 0.12 0 0.41 201.6 0.2 0.49
Hex 64 84 96 21 C 0 29 CA 14 31
Octal 144 204 226 41 14 0 51 312 24 61
Binary 1100100 10000100 10010110 100001 1100 0 101001 11001010 10100 110001

Color Harmonies of #648496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648496

Black with #648496

Text Example


Text Example

White with #648496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648496; }

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

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

background-color css

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

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

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

border-color css

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

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

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