Html Css Color HEX #645865 Fedora

📋 copy color: '#645865'

red 100 ◦ green 88 ◦ blue 101

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

Shades of Fedora #645865

Tints of Fedora #645865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

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

R = 34.6%
G = 30.45%
B = 34.95%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#645865 (or 0x645865) is known color: Fedora. HEX triplet: 64, 58 and 65. RGB value is (100,88,101). Sum of RGB (Red+Green+Blue) = 100+88+101=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 101 - color contains mainly: blue. Hex color #645865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645865 is #9BA79A. Grayscale: #5D5D5D. Windows color (decimal): -10200987 or 6641764. OLE color: 6641764.

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

Color convert

RGB 100 88 101 -
CMYK 0.01 0.13 0 0.60
HSL 295.38º 0.07% 0.37% -
HSV(B) 295.38º 0.13% 0.4% -
XYZ 11.09 10.63 13.78 -
YUV 93.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 100 88 101 0.01 0.13 0 0.60 295.38 0.07 0.37
Hex 64 58 65 1 D 0 3C 127 7 25
Octal 144 130 145 1 15 0 74 447 7 45
Binary 1100100 1011000 1100101 1 1101 0 111100 100100111 111 100101

Color Harmonies of #645865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645865

Black with #645865

Text Example


Text Example

White with #645865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645865; }

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

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

background-color css

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

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

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

border-color css

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

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

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