#665070

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

Shades of Fedora #665070

Tints of Fedora #665070

Color information

#665070 (or 0x665070) is unknown color: approx Fedora. HEX triplet: 66, 50 and 70. RGB value is (102,80,112). Sum of RGB (Red+Green+Blue) = 102+80+112=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 112 - color contains mainly: blue. Hex color #665070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665070 is #99AF8F. Grayscale: #5A5A5A. Windows color (decimal): -10071952 or 7360614. OLE color: 7360614.

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

Color convert

RGB10280112-
CMYK0.090.2900.56
HSL281.25º16.67%37.65%-
HSV(B)281.25º28.57%43.92%-
XYZ11.279.7316.61-
YUV90.23140.29136.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=34.69%
G=27.21%
B=38.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102801120.090.2900.56281.2516.6737.65
Hex66507091D0381191126
Octal14612016011350704312146
Binary110011010100001110000100111101011100010001100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665070; }

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

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

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

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

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

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

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

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