Html Css Color HEX #645465 Fedora

📋 copy color: '#645465'

red 100 ◦ green 84 ◦ blue 101

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

Shades of Fedora #645465

Tints of Fedora #645465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.44%

R = 35.09%
G = 29.47%
B = 35.44%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#645465 (or 0x645465) is known color: Fedora. HEX triplet: 64, 54 and 65. RGB value is (100,84,101). Sum of RGB (Red+Green+Blue) = 100+84+101=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 101 - color contains mainly: blue. Hex color #645465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645465 is #9BAB9A. Grayscale: #5A5A5A. Windows color (decimal): -10202011 or 6640740. OLE color: 6640740.

HSL color Cylindrical-coordinate representation of color #645465: hue angle of 296.47º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #645465 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 100 84 101 -
CMYK 0.01 0.17 0 0.60
HSL 296.47º 0.09% 0.36% -
HSV(B) 296.47º 0.17% 0.4% -
XYZ 10.77 9.99 13.67 -
YUV 90.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 100 84 101 0.01 0.17 0 0.60 296.47 0.09 0.36
Hex 64 54 65 1 11 0 3C 128 9 24
Octal 144 124 145 1 21 0 74 450 11 44
Binary 1100100 1010100 1100101 1 10001 0 111100 100101000 1001 100100

Color Harmonies of #645465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645465

Black with #645465

Text Example


Text Example

White with #645465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645465; }

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

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

background-color css

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

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

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

border-color css

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

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

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