Html Css Color HEX #66476D Fedora

📋 copy color: '#66476D'

red 102 ◦ green 71 ◦ blue 109

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

Shades of Fedora #66476D

Tints of Fedora #66476D

RGB

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

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

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

R = 36.17%
G = 25.18%
B = 38.65%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#66476D (or 0x66476D) is known color: Fedora. HEX triplet: 66, 47 and 6D. RGB value is (102,71,109). Sum of RGB (Red+Green+Blue) = 102+71+109=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #66476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66476D is #99B892. Grayscale: #545454. Windows color (decimal): -10074259 or 7161702. OLE color: 7161702.

HSL color Cylindrical-coordinate representation of color #66476D: hue angle of 288.95º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66476D is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 102 71 109 -
CMYK 0.06 0.35 0 0.57
HSL 288.95º 0.21% 0.35% -
HSV(B) 288.95º 0.35% 0.43% -
XYZ 10.49 8.44 15.54 -
YUV 84.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 102 71 109 0.06 0.35 0 0.57 288.95 0.21 0.35
Hex 66 47 6D 6 23 0 39 121 15 23
Octal 146 107 155 6 43 0 71 441 25 43
Binary 1100110 1000111 1101101 110 100011 0 111001 100100001 10101 100011

Color Harmonies of #66476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66476D

Black with #66476D

Text Example


Text Example

White with #66476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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