Html Css Color HEX #664E6C Fedora

📋 copy color: '#664E6C'

red 102 ◦ green 78 ◦ blue 108

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

Shades of Fedora #664E6C

Tints of Fedora #664E6C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.08%

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

R = 35.42%
G = 27.08%
B = 37.5%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#664E6C (or 0x664E6C) is known color: Fedora. HEX triplet: 66, 4E and 6C. RGB value is (102,78,108). Sum of RGB (Red+Green+Blue) = 102+78+108=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 108 - color contains mainly: blue. Hex color #664E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E6C is #99B193. Grayscale: #585858. Windows color (decimal): -10072468 or 7097958. OLE color: 7097958.

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

Color convert

RGB 102 78 108 -
CMYK 0.06 0.28 0 0.58
HSL 288º 0.16% 0.36% -
HSV(B) 288º 0.28% 0.42% -
XYZ 10.91 9.36 15.42 -
YUV 88.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 102 78 108 0.06 0.28 0 0.58 288 0.16 0.36
Hex 66 4E 6C 6 1C 0 3A 120 10 24
Octal 146 116 154 6 34 0 72 440 20 44
Binary 1100110 1001110 1101100 110 11100 0 111010 100100000 10000 100100

Color Harmonies of #664E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664E6C

Black with #664E6C

Text Example


Text Example

White with #664E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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