#664967

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

Shades of Fedora #664967

Tints of Fedora #664967

Color information

#664967 (or 0x664967) is unknown color: approx Fedora. HEX triplet: 66, 49 and 67. RGB value is (102,73,103). Sum of RGB (Red+Green+Blue) = 102+73+103=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 103 - color contains mainly: blue. Hex color #664967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664967 is #99B698. Grayscale: #555555. Windows color (decimal): -10073753 or 6768998. OLE color: 6768998.

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

Color convert

RGB10273103-
CMYK0.010.2900.60
HSL298º17.05%34.51%-
HSV(B)298º29.13%40.39%-
XYZ10.318.5713.94-
YUV85.09138.11140.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 73 (28.91% from 255) = 26.26%
BLUE value IS 103 (40.62% from 255) = 37.05%
R=36.69%
G=26.26%
B=37.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102731030.010.2900.6029817.0534.51
Hex66496711D03C12a1123
Octal1461111471350744522143
Binary110011010010011100111111101011110010010101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664967; }

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

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

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

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

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

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

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

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