Html Css Color HEX #66496B Fedora

📋 copy color: '#66496B'

red 102 ◦ green 73 ◦ blue 107

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

Shades of Fedora #66496B

Tints of Fedora #66496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 36.17%
G = 25.89%
B = 37.94%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#66496B (or 0x66496B) is known color: Fedora. HEX triplet: 66, 49 and 6B. RGB value is (102,73,107). Sum of RGB (Red+Green+Blue) = 102+73+107=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 107 - color contains mainly: blue. Hex color #66496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66496B is #99B694. Grayscale: #555555. Windows color (decimal): -10073749 or 7031142. OLE color: 7031142.

HSL color Cylindrical-coordinate representation of color #66496B: hue angle of 291.18º 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 #66496B is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 73 107 -
CMYK 0.05 0.32 0 0.58
HSL 291.18º 0.19% 0.35% -
HSV(B) 291.18º 0.32% 0.42% -
XYZ 10.52 8.65 15.03 -
YUV 85.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 102 73 107 0.05 0.32 0 0.58 291.18 0.19 0.35
Hex 66 49 6B 5 20 0 3A 123 13 23
Octal 146 111 153 5 40 0 72 443 23 43
Binary 1100110 1001001 1101011 101 100000 0 111010 100100011 10011 100011

Color Harmonies of #66496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66496B

Black with #66496B

Text Example


Text Example

White with #66496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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