Html Css Color HEX #66586E Fedora

📋 copy color: '#66586E'

red 102 ◦ green 88 ◦ blue 110

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

Shades of Fedora #66586E

Tints of Fedora #66586E

RGB

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

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

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

R = 34%
G = 29.33%
B = 36.67%

CMYK

 C value IS 0.07

 M value IS 0.2

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#66586E (or 0x66586E) is known color: Fedora. HEX triplet: 66, 58 and 6E. RGB value is (102,88,110). Sum of RGB (Red+Green+Blue) = 102+88+110=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 110 - color contains mainly: blue. Hex color #66586E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66586E is #99A791. Grayscale: #5E5E5E. Windows color (decimal): -10069906 or 7231590. OLE color: 7231590.

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

Color convert

RGB 102 88 110 -
CMYK 0.07 0.2 0 0.57
HSL 278.18º 0.11% 0.39% -
HSV(B) 278.18º 0.2% 0.43% -
XYZ 11.78 10.93 16.24 -
YUV 94.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 102 88 110 0.07 0.2 0 0.57 278.18 0.11 0.39
Hex 66 58 6E 7 14 0 39 116 B 27
Octal 146 130 156 7 24 0 71 426 13 47
Binary 1100110 1011000 1101110 111 10100 0 111001 100010110 1011 100111

Color Harmonies of #66586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66586E

Black with #66586E

Text Example


Text Example

White with #66586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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