Html Css Color HEX #648293 Horizon

📋 copy color: '#648293'

red 100 ◦ green 130 ◦ blue 147

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

Shades of Horizon #648293

Tints of Horizon #648293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.99%

R = 26.53%
G = 34.48%
B = 38.99%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#648293 (or 0x648293) is known color: Horizon. HEX triplet: 64, 82 and 93. RGB value is (100,130,147). Sum of RGB (Red+Green+Blue) = 100+130+147=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: blue. Hex color #648293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648293 is #9B7D6C. Grayscale: #7A7A7A. Windows color (decimal): -10190189 or 9667172. OLE color: 9667172.

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

Color convert

RGB 100 130 147 -
CMYK 0.32 0.12 0 0.42
HSL 201.7º 0.19% 0.48% -
HSV(B) 201.7º 0.32% 0.58% -
XYZ 18.5 20.78 30.64 -
YUV 122.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 100 130 147 0.32 0.12 0 0.42 201.7 0.19 0.48
Hex 64 82 93 20 C 0 2A CA 13 30
Octal 144 202 223 40 14 0 52 312 23 60
Binary 1100100 10000010 10010011 100000 1100 0 101010 11001010 10011 110000

Color Harmonies of #648293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648293

Black with #648293

Text Example


Text Example

White with #648293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648293; }

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

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

background-color css

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

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

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

border-color css

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

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

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