Html Css Color HEX #664D6C Fedora

📋 copy color: '#664D6C'

red 102 ◦ green 77 ◦ blue 108

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

Shades of Fedora #664D6C

Tints of Fedora #664D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.63%

R = 35.54%
G = 26.83%
B = 37.63%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#664D6C (or 0x664D6C) is known color: Fedora. HEX triplet: 66, 4D and 6C. RGB value is (102,77,108). Sum of RGB (Red+Green+Blue) = 102+77+108=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #664D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D6C is #99B293. Grayscale: #575757. Windows color (decimal): -10072724 or 7097702. OLE color: 7097702.

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

Color convert

RGB 102 77 108 -
CMYK 0.06 0.29 0 0.58
HSL 288.39º 0.17% 0.36% -
HSV(B) 288.39º 0.29% 0.42% -
XYZ 10.84 9.22 15.39 -
YUV 88.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 102 77 108 0.06 0.29 0 0.58 288.39 0.17 0.36
Hex 66 4D 6C 6 1D 0 3A 120 11 24
Octal 146 115 154 6 35 0 72 440 21 44
Binary 1100110 1001101 1101100 110 11101 0 111010 100100000 10001 100100

Color Harmonies of #664D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D6C

Black with #664D6C

Text Example


Text Example

White with #664D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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