Html Css Color HEX #648993 Horizon

📋 copy color: '#648993'

red 100 ◦ green 137 ◦ blue 147

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

Shades of Horizon #648993

Tints of Horizon #648993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.68%

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

R = 26.04%
G = 35.68%
B = 38.28%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#648993 (or 0x648993) is known color: Horizon. HEX triplet: 64, 89 and 93. RGB value is (100,137,147). Sum of RGB (Red+Green+Blue) = 100+137+147=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #648993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648993 is #9B766C. Grayscale: #7F7F7F. Windows color (decimal): -10188397 or 9668964. OLE color: 9668964.

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

Color convert

RGB 100 137 147 -
CMYK 0.32 0.07 0 0.42
HSL 192.77º 0.19% 0.48% -
HSV(B) 192.77º 0.32% 0.58% -
XYZ 19.47 22.71 30.96 -
YUV 127.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 100 137 147 0.32 0.07 0 0.42 192.77 0.19 0.48
Hex 64 89 93 20 7 0 2A C1 13 30
Octal 144 211 223 40 7 0 52 301 23 60
Binary 1100100 10001001 10010011 100000 111 0 101010 11000001 10011 110000

Color Harmonies of #648993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648993

Black with #648993

Text Example


Text Example

White with #648993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648993; }

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

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

background-color css

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

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

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

border-color css

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

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

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