Html Css Color HEX #644B66 Fedora

📋 copy color: '#644B66'

red 100 ◦ green 75 ◦ blue 102

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

Shades of Fedora #644B66

Tints of Fedora #644B66

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.08%

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

R = 36.1%
G = 27.08%
B = 36.82%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#644B66 (or 0x644B66) is known color: Fedora. HEX triplet: 64, 4B and 66. RGB value is (100,75,102). Sum of RGB (Red+Green+Blue) = 100+75+102=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 102 - color contains mainly: blue. Hex color #644B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644B66 is #9BB499. Grayscale: #555555. Windows color (decimal): -10204314 or 6703972. OLE color: 6703972.

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

Color convert

RGB 100 75 102 -
CMYK 0.02 0.26 0 0.6
HSL 295.56º 0.15% 0.35% -
HSV(B) 295.56º 0.26% 0.4% -
XYZ 10.17 8.7 13.71 -
YUV 85.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 100 75 102 0.02 0.26 0 0.6 295.56 0.15 0.35
Hex 64 4B 66 2 1A 0 3C 128 F 23
Octal 144 113 146 2 32 0 74 450 17 43
Binary 1100100 1001011 1100110 10 11010 0 111100 100101000 1111 100011

Color Harmonies of #644B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644B66

Black with #644B66

Text Example


Text Example

White with #644B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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