Html Css Color HEX #66556C Fedora

📋 copy color: '#66556C'

red 102 ◦ green 85 ◦ blue 108

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

Shades of Fedora #66556C

Tints of Fedora #66556C

RGB

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

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

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

R = 34.58%
G = 28.81%
B = 36.61%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#66556C (or 0x66556C) is known color: Fedora. HEX triplet: 66, 55 and 6C. RGB value is (102,85,108). Sum of RGB (Red+Green+Blue) = 102+85+108=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 108 - color contains mainly: blue. Hex color #66556C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66556C is #99AA93. Grayscale: #5C5C5C. Windows color (decimal): -10070676 or 7099750. OLE color: 7099750.

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

Color convert

RGB 102 85 108 -
CMYK 0.06 0.21 0 0.58
HSL 284.35º 0.12% 0.38% -
HSV(B) 284.35º 0.21% 0.42% -
XYZ 11.43 10.4 15.59 -
YUV 92.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 102 85 108 0.06 0.21 0 0.58 284.35 0.12 0.38
Hex 66 55 6C 6 15 0 3A 11C C 26
Octal 146 125 154 6 25 0 72 434 14 46
Binary 1100110 1010101 1101100 110 10101 0 111010 100011100 1100 100110

Color Harmonies of #66556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66556C

Black with #66556C

Text Example


Text Example

White with #66556C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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