Html Css Color HEX #66556E Fedora

📋 copy color: '#66556E'

red 102 ◦ green 85 ◦ blue 110

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

Shades of Fedora #66556E

Tints of Fedora #66556E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.62%

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 34.34%
G = 28.62%
B = 37.04%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#66556E (or 0x66556E) is known color: Fedora. HEX triplet: 66, 55 and 6E. RGB value is (102,85,110). Sum of RGB (Red+Green+Blue) = 102+85+110=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 110 - color contains mainly: blue. Hex color #66556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66556E is #99AA91. Grayscale: #5C5C5C. Windows color (decimal): -10070674 or 7230822. OLE color: 7230822.

HSL color Cylindrical-coordinate representation of color #66556E: hue angle of 280.8º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66556E is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 102 85 110 -
CMYK 0.07 0.23 0 0.57
HSL 280.8º 0.13% 0.38% -
HSV(B) 280.8º 0.23% 0.43% -
XYZ 11.54 10.45 16.16 -
YUV 92.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 102 85 110 0.07 0.23 0 0.57 280.8 0.13 0.38
Hex 66 55 6E 7 17 0 39 119 D 26
Octal 146 125 156 7 27 0 71 431 15 46
Binary 1100110 1010101 1101110 111 10111 0 111001 100011001 1101 100110

Color Harmonies of #66556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66556E

Black with #66556E

Text Example


Text Example

White with #66556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66556E; }

 p { color: rgb(102,85,110); }

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

background-color css

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

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

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

border-color css

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

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

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