Html Css Color HEX #648392 Horizon

📋 copy color: '#648392'

red 100 ◦ green 131 ◦ blue 146

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

Shades of Horizon #648392

Tints of Horizon #648392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

 BLUE value IS 146 (57.42% from 255) = 38.73%

R = 26.53%
G = 34.75%
B = 38.73%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#648392 (or 0x648392) is known color: Horizon. HEX triplet: 64, 83 and 92. RGB value is (100,131,146). Sum of RGB (Red+Green+Blue) = 100+131+146=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #648392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648392 is #9B7C6D. Grayscale: #7B7B7B. Windows color (decimal): -10189934 or 9601892. OLE color: 9601892.

HSL color Cylindrical-coordinate representation of color #648392: hue angle of 199.57º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #648392 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 131 146 -
CMYK 0.32 0.10 0 0.43
HSL 199.57º 0.19% 0.48% -
HSV(B) 199.57º 0.32% 0.57% -
XYZ 18.56 21.02 30.27 -
YUV 123.44 140.73 111.28 -
System Red Green Blue C M Y K H S L
Decimal 100 131 146 0.32 0.10 0 0.43 199.57 0.19 0.48
Hex 64 83 92 20 A 0 2B C8 13 30
Octal 144 203 222 40 12 0 53 310 23 60
Binary 1100100 10000011 10010010 100000 1010 0 101011 11001000 10011 110000

Color Harmonies of #648392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648392

Black with #648392

Text Example


Text Example

White with #648392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648392; }

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

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

background-color css

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

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

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

border-color css

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

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

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