#665270

Color #665270 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #665270

Tints of Fedora #665270

Color information

#665270 (or 0x665270) is unknown color: approx Fedora. HEX triplet: 66, 52 and 70. RGB value is (102,82,112). Sum of RGB (Red+Green+Blue) = 102+82+112=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 112 - color contains mainly: blue. Hex color #665270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665270 is #99AD8F. Grayscale: #5B5B5B. Windows color (decimal): -10071440 or 7361126. OLE color: 7361126.

HSL color Cylindrical-coordinate representation of color #665270: hue angle of 280º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #665270 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10282112-
CMYK0.090.2700.56
HSL280º15.46%38.04%-
HSV(B)280º26.79%43.92%-
XYZ11.4210.0316.66-
YUV91.4139.63135.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.46%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 112 (44.14% from 255) = 37.84%
R=34.46%
G=27.70%
B=37.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102821120.090.2700.5628015.4638.04
Hex66527091B038118f26
Octal14612216011330704301746
Binary11001101010010111000010011101101110001000110001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665270; }

 p { color: rgb(102,82,112); }

 H1.HeaderClassName
 {
   color: #665270;
 }
 .AnyTagClassName
 {
   color: #665270;
 }
</style>
background-color css

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

 a { background-color: rgb(102,82,112); }

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

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

 span { border-color: rgb(102,82,112); }

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