Html Css Color HEX #645A69 Fedora

📋 copy color: '#645A69'

red 100 ◦ green 90 ◦ blue 105

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

Shades of Fedora #645A69

Tints of Fedora #645A69

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.51%

 BLUE value IS 105 (41.41% from 255) = 35.59%

R = 33.9%
G = 30.51%
B = 35.59%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#645A69 (or 0x645A69) is known color: Fedora. HEX triplet: 64, 5A and 69. RGB value is (100,90,105). Sum of RGB (Red+Green+Blue) = 100+90+105=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 105 - color contains mainly: blue. Hex color #645A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645A69 is #9BA596. Grayscale: #5E5E5E. Windows color (decimal): -10200471 or 6904420. OLE color: 6904420.

HSL color Cylindrical-coordinate representation of color #645A69: hue angle of 280º 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 #645A69 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 90 105 -
CMYK 0.05 0.14 0 0.59
HSL 280º 0.08% 0.38% -
HSV(B) 280º 0.14% 0.41% -
XYZ 11.46 11.04 14.89 -
YUV 94.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 100 90 105 0.05 0.14 0 0.59 280 0.08 0.38
Hex 64 5A 69 5 E 0 3B 118 8 26
Octal 144 132 151 5 16 0 73 430 10 46
Binary 1100100 1011010 1101001 101 1110 0 111011 100011000 1000 100110

Color Harmonies of #645A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645A69

Black with #645A69

Text Example


Text Example

White with #645A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,90,105); }

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

background-color css

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

 a { background-color: rgb(100,90,105); }

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

border-color css

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

 span { border-color: rgb(100,90,105); }

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