Html Css Color HEX #664766 Fedora

📋 copy color: '#664766'

red 102 ◦ green 71 ◦ blue 102

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

Shades of Fedora #664766

Tints of Fedora #664766

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.82%

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

R = 37.09%
G = 25.82%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#664766 (or 0x664766) is known color: Fedora. HEX triplet: 66, 47 and 66. RGB value is (102,71,102). Sum of RGB (Red+Green+Blue) = 102+71+102=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #664766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664766 is #99B899. Grayscale: #535353. Windows color (decimal): -10074266 or 6702950. OLE color: 6702950.

HSL color Cylindrical-coordinate representation of color #664766: hue angle of 300º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664766 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 71 102 -
CMYK 0 0.30 0 0.6
HSL 300º 0.18% 0.34% -
HSV(B) 300º 0.3% 0.4% -
XYZ 10.13 8.29 13.64 -
YUV 83.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 102 71 102 0 0.30 0 0.6 300 0.18 0.34
Hex 66 47 66 0 1E 0 3C 12C 12 22
Octal 146 107 146 0 36 0 74 454 22 42
Binary 1100110 1000111 1100110 0 11110 0 111100 100101100 10010 100010

Color Harmonies of #664766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664766

Black with #664766

Text Example


Text Example

White with #664766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664766; }

 p { color: rgb(102,71,102); }

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

background-color css

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

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

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

border-color css

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

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

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