Html Css Color HEX #648393 Horizon

📋 copy color: '#648393'

red 100 ◦ green 131 ◦ blue 147

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

Shades of Horizon #648393

Tints of Horizon #648393

RGB

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

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

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

R = 26.46%
G = 34.66%
B = 38.89%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#648393 (or 0x648393) is known color: Horizon. HEX triplet: 64, 83 and 93. RGB value is (100,131,147). Sum of RGB (Red+Green+Blue) = 100+131+147=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #648393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648393 is #9B7C6C. Grayscale: #7B7B7B. Windows color (decimal): -10189933 or 9667428. OLE color: 9667428.

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

Color convert

RGB 100 131 147 -
CMYK 0.32 0.11 0 0.42
HSL 200.43º 0.19% 0.48% -
HSV(B) 200.43º 0.32% 0.58% -
XYZ 18.64 21.05 30.68 -
YUV 123.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 100 131 147 0.32 0.11 0 0.42 200.43 0.19 0.48
Hex 64 83 93 20 B 0 2A C8 13 30
Octal 144 203 223 40 13 0 52 310 23 60
Binary 1100100 10000011 10010011 100000 1011 0 101010 11001000 10011 110000

Color Harmonies of #648393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648393

Black with #648393

Text Example


Text Example

White with #648393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648393; }

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

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

background-color css

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

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

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

border-color css

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

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

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