Html Css Color HEX #648292 Horizon

📋 copy color: '#648292'

red 100 ◦ green 130 ◦ blue 146

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

Shades of Horizon #648292

Tints of Horizon #648292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.57%

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

R = 26.6%
G = 34.57%
B = 38.83%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#648292 (or 0x648292) is known color: Horizon. HEX triplet: 64, 82 and 92. RGB value is (100,130,146). Sum of RGB (Red+Green+Blue) = 100+130+146=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 146 - color contains mainly: blue. Hex color #648292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648292 is #9B7D6D. Grayscale: #7A7A7A. Windows color (decimal): -10190190 or 9601636. OLE color: 9601636.

HSL color Cylindrical-coordinate representation of color #648292: hue angle of 200.87º 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 #648292 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 130 146 -
CMYK 0.32 0.11 0 0.43
HSL 200.87º 0.19% 0.48% -
HSV(B) 200.87º 0.32% 0.57% -
XYZ 18.43 20.75 30.23 -
YUV 122.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 100 130 146 0.32 0.11 0 0.43 200.87 0.19 0.48
Hex 64 82 92 20 B 0 2B C9 13 30
Octal 144 202 222 40 13 0 53 311 23 60
Binary 1100100 10000010 10010010 100000 1011 0 101011 11001001 10011 110000

Color Harmonies of #648292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648292

Black with #648292

Text Example


Text Example

White with #648292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648292; }

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

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

background-color css

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

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

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

border-color css

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

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

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