Html Css Color HEX #645766 Fedora

📋 copy color: '#645766'

red 100 ◦ green 87 ◦ blue 102

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

Shades of Fedora #645766

Tints of Fedora #645766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

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

R = 34.6%
G = 30.1%
B = 35.29%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#645766 (or 0x645766) is known color: Fedora. HEX triplet: 64, 57 and 66. RGB value is (100,87,102). Sum of RGB (Red+Green+Blue) = 100+87+102=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 102 - color contains mainly: blue. Hex color #645766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645766 is #9BA899. Grayscale: #5C5C5C. Windows color (decimal): -10201242 or 6707044. OLE color: 6707044.

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

Color convert

RGB 100 87 102 -
CMYK 0.02 0.15 0 0.6
HSL 292º 0.08% 0.37% -
HSV(B) 292º 0.15% 0.4% -
XYZ 11.06 10.49 14.01 -
YUV 92.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 100 87 102 0.02 0.15 0 0.6 292 0.08 0.37
Hex 64 57 66 2 F 0 3C 124 8 25
Octal 144 127 146 2 17 0 74 444 10 45
Binary 1100100 1010111 1100110 10 1111 0 111100 100100100 1000 100101

Color Harmonies of #645766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645766

Black with #645766

Text Example


Text Example

White with #645766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645766; }

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

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

background-color css

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

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

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

border-color css

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

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

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