Html Css Color HEX #64496A Fedora

📋 copy color: '#64496A'

red 100 ◦ green 73 ◦ blue 106

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

Shades of Fedora #64496A

Tints of Fedora #64496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.16%

 BLUE value IS 106 (41.8% from 255) = 37.99%

R = 35.84%
G = 26.16%
B = 37.99%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#64496A (or 0x64496A) is known color: Fedora. HEX triplet: 64, 49 and 6A. RGB value is (100,73,106). Sum of RGB (Red+Green+Blue) = 100+73+106=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 106 - color contains mainly: blue. Hex color #64496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64496A is #9BB695. Grayscale: #545454. Windows color (decimal): -10204822 or 6965604. OLE color: 6965604.

HSL color Cylindrical-coordinate representation of color #64496A: hue angle of 289.09º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64496A is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 73 106 -
CMYK 0.06 0.31 0 0.58
HSL 289.09º 0.18% 0.35% -
HSV(B) 289.09º 0.31% 0.42% -
XYZ 10.24 8.52 14.74 -
YUV 84.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 100 73 106 0.06 0.31 0 0.58 289.09 0.18 0.35
Hex 64 49 6A 6 1F 0 3A 121 12 23
Octal 144 111 152 6 37 0 72 441 22 43
Binary 1100100 1001001 1101010 110 11111 0 111010 100100001 10010 100011

Color Harmonies of #64496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64496A

Black with #64496A

Text Example


Text Example

White with #64496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64496A; }

 p { color: rgb(100,73,106); }

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

background-color css

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

 a { background-color: rgb(100,73,106); }

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

border-color css

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

 span { border-color: rgb(100,73,106); }

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