#664767

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

Shades of Fedora #664767

Tints of Fedora #664767

Color information

#664767 (or 0x664767) is unknown color: approx Fedora. HEX triplet: 66, 47 and 67. RGB value is (102,71,103). Sum of RGB (Red+Green+Blue) = 102+71+103=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 103 - color contains mainly: blue. Hex color #664767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664767 is #99B898. Grayscale: #535353. Windows color (decimal): -10074265 or 6768486. OLE color: 6768486.

HSL color Cylindrical-coordinate representation of color #664767: hue angle of 298.12º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #664767 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10271103-
CMYK0.010.3100.60
HSL298.12º18.39%34.12%-
HSV(B)298.12º31.07%40.39%-
XYZ10.188.3113.9-
YUV83.92138.77140.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 103 (40.62% from 255) = 37.32%
R=36.96%
G=25.72%
B=37.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102711030.010.3100.60298.1218.3934.12
Hex66476711F03C12a1222
Octal1461071471370744522242
Binary110011010001111100111111111011110010010101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664767; }

 p { color: rgb(102,71,103); }

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

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

 a { background-color: rgb(102,71,103); }

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

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

 span { border-color: rgb(102,71,103); }

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