#665470

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

Shades of Fedora #665470

Tints of Fedora #665470

Color information

#665470 (or 0x665470) is unknown color: approx Fedora. HEX triplet: 66, 54 and 70. RGB value is (102,84,112). Sum of RGB (Red+Green+Blue) = 102+84+112=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 112 - color contains mainly: blue. Hex color #665470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665470 is #99AB8F. Grayscale: #5C5C5C. Windows color (decimal): -10070928 or 7361638. OLE color: 7361638.

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

Color convert

RGB10284112-
CMYK0.090.2500.56
HSL278.57º14.29%38.43%-
HSV(B)278.57º25%43.92%-
XYZ11.5710.3416.71-
YUV92.57138.96134.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.23%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 112 (44.14% from 255) = 37.58%
R=34.23%
G=28.19%
B=37.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102841120.090.2500.56278.5714.2938.43
Hex665470919038117e26
Octal14612416011310704271646
Binary11001101010100111000010011100101110001000101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665470; }

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

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

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

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

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

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

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

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