Html Css Color HEX #66476C Fedora

📋 copy color: '#66476C'

red 102 ◦ green 71 ◦ blue 108

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

Shades of Fedora #66476C

Tints of Fedora #66476C

RGB

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

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

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

R = 36.3%
G = 25.27%
B = 38.43%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#66476C (or 0x66476C) is known color: Fedora. HEX triplet: 66, 47 and 6C. RGB value is (102,71,108). Sum of RGB (Red+Green+Blue) = 102+71+108=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 108 - color contains mainly: blue. Hex color #66476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66476C is #99B893. Grayscale: #545454. Windows color (decimal): -10074260 or 7096166. OLE color: 7096166.

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

Color convert

RGB 102 71 108 -
CMYK 0.06 0.34 0 0.58
HSL 290.27º 0.21% 0.35% -
HSV(B) 290.27º 0.34% 0.42% -
XYZ 10.44 8.41 15.26 -
YUV 84.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 102 71 108 0.06 0.34 0 0.58 290.27 0.21 0.35
Hex 66 47 6C 6 22 0 3A 122 15 23
Octal 146 107 154 6 42 0 72 442 25 43
Binary 1100110 1000111 1101100 110 100010 0 111010 100100010 10101 100011

Color Harmonies of #66476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66476C

Black with #66476C

Text Example


Text Example

White with #66476C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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