Html Css Color HEX #645468 Fedora

📋 copy color: '#645468'

red 100 ◦ green 84 ◦ blue 104

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

Shades of Fedora #645468

Tints of Fedora #645468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.17%

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

R = 34.72%
G = 29.17%
B = 36.11%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#645468 (or 0x645468) is known color: Fedora. HEX triplet: 64, 54 and 68. RGB value is (100,84,104). Sum of RGB (Red+Green+Blue) = 100+84+104=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 104 - color contains mainly: blue. Hex color #645468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645468 is #9BAB97. Grayscale: #5B5B5B. Windows color (decimal): -10202008 or 6837348. OLE color: 6837348.

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

Color convert

RGB 100 84 104 -
CMYK 0.04 0.19 0 0.59
HSL 288º 0.11% 0.37% -
HSV(B) 288º 0.19% 0.41% -
XYZ 10.92 10.05 14.46 -
YUV 91.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 100 84 104 0.04 0.19 0 0.59 288 0.11 0.37
Hex 64 54 68 4 13 0 3B 120 B 25
Octal 144 124 150 4 23 0 73 440 13 45
Binary 1100100 1010100 1101000 100 10011 0 111011 100100000 1011 100101

Color Harmonies of #645468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645468

Black with #645468

Text Example


Text Example

White with #645468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645468; }

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

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

background-color css

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

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

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

border-color css

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

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

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