Html Css Color HEX #645F66 Fedora

📋 copy color: '#645F66'

red 100 ◦ green 95 ◦ blue 102

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

Shades of Fedora #645F66

Tints of Fedora #645F66

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.99%

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

R = 33.67%
G = 31.99%
B = 34.34%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#645F66 (or 0x645F66) is known color: Fedora. HEX triplet: 64, 5F and 66. RGB value is (100,95,102). Sum of RGB (Red+Green+Blue) = 100+95+102=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 102 - color contains mainly: blue. Hex color #645F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F66 is #9BA099. Grayscale: #616161. Windows color (decimal): -10199194 or 6709092. OLE color: 6709092.

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

Color convert

RGB 100 95 102 -
CMYK 0.02 0.07 0 0.6
HSL 282.86º 0.04% 0.39% -
HSV(B) 282.86º 0.07% 0.4% -
XYZ 11.75 11.85 14.24 -
YUV 97.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 100 95 102 0.02 0.07 0 0.6 282.86 0.04 0.39
Hex 64 5F 66 2 7 0 3C 11B 4 27
Octal 144 137 146 2 7 0 74 433 4 47
Binary 1100100 1011111 1100110 10 111 0 111100 100011011 100 100111

Color Harmonies of #645F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645F66

Black with #645F66

Text Example


Text Example

White with #645F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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