Html Css Color HEX #645968 Fedora

📋 copy color: '#645968'

red 100 ◦ green 89 ◦ blue 104

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

Shades of Fedora #645968

Tints of Fedora #645968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.38%

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

R = 34.13%
G = 30.38%
B = 35.49%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#645968 (or 0x645968) is known color: Fedora. HEX triplet: 64, 59 and 68. RGB value is (100,89,104). Sum of RGB (Red+Green+Blue) = 100+89+104=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 104 - color contains mainly: blue. Hex color #645968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645968 is #9BA697. Grayscale: #5D5D5D. Windows color (decimal): -10200728 or 6838628. OLE color: 6838628.

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

Color convert

RGB 100 89 104 -
CMYK 0.04 0.14 0 0.59
HSL 284º 0.08% 0.38% -
HSV(B) 284º 0.14% 0.41% -
XYZ 11.33 10.85 14.59 -
YUV 94 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 100 89 104 0.04 0.14 0 0.59 284 0.08 0.38
Hex 64 59 68 4 E 0 3B 11C 8 26
Octal 144 131 150 4 16 0 73 434 10 46
Binary 1100100 1011001 1101000 100 1110 0 111011 100011100 1000 100110

Color Harmonies of #645968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645968

Black with #645968

Text Example


Text Example

White with #645968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645968; }

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

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

background-color css

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

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

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

border-color css

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

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

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