Html Css Color HEX #665569 Fedora

📋 copy color: '#665569'

red 102 ◦ green 85 ◦ blue 105

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

Shades of Fedora #665569

Tints of Fedora #665569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.11%

 BLUE value IS 105 (41.41% from 255) = 35.96%

R = 34.93%
G = 29.11%
B = 35.96%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#665569 (or 0x665569) is known color: Fedora. HEX triplet: 66, 55 and 69. RGB value is (102,85,105). Sum of RGB (Red+Green+Blue) = 102+85+105=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 105 - color contains mainly: blue. Hex color #665569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665569 is #99AA96. Grayscale: #5C5C5C. Windows color (decimal): -10070679 or 6903142. OLE color: 6903142.

HSL color Cylindrical-coordinate representation of color #665569: hue angle of 291º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #665569 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 85 105 -
CMYK 0.03 0.19 0 0.59
HSL 291º 0.11% 0.37% -
HSV(B) 291º 0.19% 0.41% -
XYZ 11.28 10.34 14.77 -
YUV 92.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 102 85 105 0.03 0.19 0 0.59 291 0.11 0.37
Hex 66 55 69 3 13 0 3B 123 B 25
Octal 146 125 151 3 23 0 73 443 13 45
Binary 1100110 1010101 1101001 11 10011 0 111011 100100011 1011 100101

Color Harmonies of #665569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665569

Black with #665569

Text Example


Text Example

White with #665569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665569; }

 p { color: rgb(102,85,105); }

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

background-color css

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

 a { background-color: rgb(102,85,105); }

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

border-color css

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

 span { border-color: rgb(102,85,105); }

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