Html Css Color HEX #66586A Fedora

📋 copy color: '#66586A'

red 102 ◦ green 88 ◦ blue 106

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

Shades of Fedora #66586A

Tints of Fedora #66586A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.81%

R = 34.46%
G = 29.73%
B = 35.81%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#66586A (or 0x66586A) is known color: Fedora. HEX triplet: 66, 58 and 6A. RGB value is (102,88,106). Sum of RGB (Red+Green+Blue) = 102+88+106=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 106 - color contains mainly: blue. Hex color #66586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66586A is #99A795. Grayscale: #5E5E5E. Windows color (decimal): -10069910 or 6969446. OLE color: 6969446.

HSL color Cylindrical-coordinate representation of color #66586A: hue angle of 286.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #66586A is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 88 106 -
CMYK 0.04 0.17 0 0.58
HSL 286.67º 0.09% 0.38% -
HSV(B) 286.67º 0.17% 0.42% -
XYZ 11.57 10.84 15.12 -
YUV 94.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 102 88 106 0.04 0.17 0 0.58 286.67 0.09 0.38
Hex 66 58 6A 4 11 0 3A 11F 9 26
Octal 146 130 152 4 21 0 72 437 11 46
Binary 1100110 1011000 1101010 100 10001 0 111010 100011111 1001 100110

Color Harmonies of #66586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66586A

Black with #66586A

Text Example


Text Example

White with #66586A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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