Html Css Color HEX #644868 Fedora

📋 copy color: '#644868'

red 100 ◦ green 72 ◦ blue 104

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

Shades of Fedora #644868

Tints of Fedora #644868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

 BLUE value IS 104 (41.02% from 255) = 37.68%

R = 36.23%
G = 26.09%
B = 37.68%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#644868 (or 0x644868) is known color: Fedora. HEX triplet: 64, 48 and 68. RGB value is (100,72,104). Sum of RGB (Red+Green+Blue) = 100+72+104=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 104 - color contains mainly: blue. Hex color #644868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644868 is #9BB797. Grayscale: #535353. Windows color (decimal): -10205080 or 6834276. OLE color: 6834276.

HSL color Cylindrical-coordinate representation of color #644868: hue angle of 292.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #644868 is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 72 104 -
CMYK 0.04 0.31 0 0.59
HSL 292.5º 0.18% 0.35% -
HSV(B) 292.5º 0.31% 0.41% -
XYZ 10.07 8.34 14.18 -
YUV 84.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 100 72 104 0.04 0.31 0 0.59 292.5 0.18 0.35
Hex 64 48 68 4 1F 0 3B 124 12 23
Octal 144 110 150 4 37 0 73 444 22 43
Binary 1100100 1001000 1101000 100 11111 0 111011 100100100 10010 100011

Color Harmonies of #644868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644868

Black with #644868

Text Example


Text Example

White with #644868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644868; }

 p { color: rgb(100,72,104); }

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

background-color css

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

 a { background-color: rgb(100,72,104); }

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

border-color css

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

 span { border-color: rgb(100,72,104); }

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