Html Css Color HEX #66586D Fedora

📋 copy color: '#66586D'

red 102 ◦ green 88 ◦ blue 109

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

Shades of Fedora #66586D

Tints of Fedora #66586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.43%

 BLUE value IS 109 (42.97% from 255) = 36.45%

R = 34.11%
G = 29.43%
B = 36.45%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#66586D (or 0x66586D) is known color: Fedora. HEX triplet: 66, 58 and 6D. RGB value is (102,88,109). Sum of RGB (Red+Green+Blue) = 102+88+109=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 109 - color contains mainly: blue. Hex color #66586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66586D is #99A792. Grayscale: #5E5E5E. Windows color (decimal): -10069907 or 7166054. OLE color: 7166054.

HSL color Cylindrical-coordinate representation of color #66586D: hue angle of 280º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #66586D is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 102 88 109 -
CMYK 0.06 0.19 0 0.57
HSL 280º 0.11% 0.39% -
HSV(B) 280º 0.19% 0.43% -
XYZ 11.73 10.91 15.96 -
YUV 94.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 102 88 109 0.06 0.19 0 0.57 280 0.11 0.39
Hex 66 58 6D 6 13 0 39 118 B 27
Octal 146 130 155 6 23 0 71 430 13 47
Binary 1100110 1011000 1101101 110 10011 0 111001 100011000 1011 100111

Color Harmonies of #66586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66586D

Black with #66586D

Text Example


Text Example

White with #66586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66586D; }

 p { color: rgb(102,88,109); }

 H1.HeaderClassName
 {
   color: #66586D;
 }
 .AnyTagClassName
 {
   color: #66586D;
 }
</style>

background-color css

<style>
 a { background-color: #66586D; }

 a { background-color: rgb(102,88,109); }

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

border-color css

<style>
 span { border-color: #66586D; }

 span { border-color: rgb(102,88,109); }

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