Html Css Color HEX #66496C Fedora

📋 copy color: '#66496C'

red 102 ◦ green 73 ◦ blue 108

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

Shades of Fedora #66496C

Tints of Fedora #66496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.8%

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

R = 36.04%
G = 25.8%
B = 38.16%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#66496C (or 0x66496C) is known color: Fedora. HEX triplet: 66, 49 and 6C. RGB value is (102,73,108). Sum of RGB (Red+Green+Blue) = 102+73+108=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 108 - color contains mainly: blue. Hex color #66496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66496C is #99B693. Grayscale: #555555. Windows color (decimal): -10073748 or 7096678. OLE color: 7096678.

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

Color convert

RGB 102 73 108 -
CMYK 0.06 0.32 0 0.58
HSL 289.71º 0.19% 0.35% -
HSV(B) 289.71º 0.32% 0.42% -
XYZ 10.57 8.67 15.3 -
YUV 85.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 102 73 108 0.06 0.32 0 0.58 289.71 0.19 0.35
Hex 66 49 6C 6 20 0 3A 122 13 23
Octal 146 111 154 6 40 0 72 442 23 43
Binary 1100110 1001001 1101100 110 100000 0 111010 100100010 10011 100011

Color Harmonies of #66496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66496C

Black with #66496C

Text Example


Text Example

White with #66496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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