Html Css Color HEX #645866 Fedora

📋 copy color: '#645866'

red 100 ◦ green 88 ◦ blue 102

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

Shades of Fedora #645866

Tints of Fedora #645866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.17%

R = 34.48%
G = 30.34%
B = 35.17%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#645866 (or 0x645866) is known color: Fedora. HEX triplet: 64, 58 and 66. RGB value is (100,88,102). Sum of RGB (Red+Green+Blue) = 100+88+102=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 102 - color contains mainly: blue. Hex color #645866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645866 is #9BA799. Grayscale: #5D5D5D. Windows color (decimal): -10200986 or 6707300. OLE color: 6707300.

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

Color convert

RGB 100 88 102 -
CMYK 0.02 0.14 0 0.6
HSL 291.43º 0.07% 0.37% -
HSV(B) 291.43º 0.14% 0.4% -
XYZ 11.14 10.65 14.04 -
YUV 93.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 100 88 102 0.02 0.14 0 0.6 291.43 0.07 0.37
Hex 64 58 66 2 E 0 3C 123 7 25
Octal 144 130 146 2 16 0 74 443 7 45
Binary 1100100 1011000 1100110 10 1110 0 111100 100100011 111 100101

Color Harmonies of #645866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645866

Black with #645866

Text Example


Text Example

White with #645866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645866; }

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

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

background-color css

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

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

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

border-color css

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

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

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