Html Css Color HEX #645B68 Fedora

📋 copy color: '#645B68'

red 100 ◦ green 91 ◦ blue 104

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

Shades of Fedora #645B68

Tints of Fedora #645B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.85%

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

R = 33.9%
G = 30.85%
B = 35.25%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#645B68 (or 0x645B68) is known color: Fedora. HEX triplet: 64, 5B and 68. RGB value is (100,91,104). Sum of RGB (Red+Green+Blue) = 100+91+104=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 104 - color contains mainly: blue. Hex color #645B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645B68 is #9BA497. Grayscale: #5F5F5F. Windows color (decimal): -10200216 or 6839140. OLE color: 6839140.

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

Color convert

RGB 100 91 104 -
CMYK 0.04 0.12 0 0.59
HSL 281.54º 0.07% 0.38% -
HSV(B) 281.54º 0.13% 0.41% -
XYZ 11.5 11.19 14.65 -
YUV 95.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 100 91 104 0.04 0.12 0 0.59 281.54 0.07 0.38
Hex 64 5B 68 4 C 0 3B 11A 7 26
Octal 144 133 150 4 14 0 73 432 7 46
Binary 1100100 1011011 1101000 100 1100 0 111011 100011010 111 100110

Color Harmonies of #645B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645B68

Black with #645B68

Text Example


Text Example

White with #645B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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