Html Css Color HEX #648793 Horizon

📋 copy color: '#648793'

red 100 ◦ green 135 ◦ blue 147

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

Shades of Horizon #648793

Tints of Horizon #648793

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.34%

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

R = 26.18%
G = 35.34%
B = 38.48%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#648793 (or 0x648793) is known color: Horizon. HEX triplet: 64, 87 and 93. RGB value is (100,135,147). Sum of RGB (Red+Green+Blue) = 100+135+147=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: blue. Hex color #648793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648793 is #9B786C. Grayscale: #7D7D7D. Windows color (decimal): -10188909 or 9668452. OLE color: 9668452.

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

Color convert

RGB 100 135 147 -
CMYK 0.32 0.08 0 0.42
HSL 195.32º 0.19% 0.48% -
HSV(B) 195.32º 0.32% 0.58% -
XYZ 19.19 22.14 30.87 -
YUV 125.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 100 135 147 0.32 0.08 0 0.42 195.32 0.19 0.48
Hex 64 87 93 20 8 0 2A C3 13 30
Octal 144 207 223 40 10 0 52 303 23 60
Binary 1100100 10000111 10010011 100000 1000 0 101010 11000011 10011 110000

Color Harmonies of #648793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648793

Black with #648793

Text Example


Text Example

White with #648793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648793; }

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

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

background-color css

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

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

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

border-color css

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

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

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