Html Css Color HEX #664D6D Fedora

📋 copy color: '#664D6D'

red 102 ◦ green 77 ◦ blue 109

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

Shades of Fedora #664D6D

Tints of Fedora #664D6D

RGB

 RED value IS 102 (40.23% from 255) = 35.42%

 GREEN value IS 77 (30.47% from 255) = 26.74%

 BLUE value IS 109 (42.97% from 255) = 37.85%

R = 35.42%
G = 26.74%
B = 37.85%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#664D6D (or 0x664D6D) is known color: Fedora. HEX triplet: 66, 4D and 6D. RGB value is (102,77,109). Sum of RGB (Red+Green+Blue) = 102+77+109=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 109 - color contains mainly: blue. Hex color #664D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D6D is #99B292. Grayscale: #585858. Windows color (decimal): -10072723 or 7163238. OLE color: 7163238.

HSL color Cylindrical-coordinate representation of color #664D6D: hue angle of 286.88º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #664D6D is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 102 77 109 -
CMYK 0.06 0.29 0 0.57
HSL 286.88º 0.17% 0.36% -
HSV(B) 286.88º 0.29% 0.43% -
XYZ 10.89 9.24 15.68 -
YUV 88.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 102 77 109 0.06 0.29 0 0.57 286.88 0.17 0.36
Hex 66 4D 6D 6 1D 0 39 11F 11 24
Octal 146 115 155 6 35 0 71 437 21 44
Binary 1100110 1001101 1101101 110 11101 0 111001 100011111 10001 100100

Color Harmonies of #664D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D6D

Black with #664D6D

Text Example


Text Example

White with #664D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664D6D; }

 p { color: rgb(102,77,109); }

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

background-color css

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

 a { background-color: rgb(102,77,109); }

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

border-color css

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

 span { border-color: rgb(102,77,109); }

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