Html Css Color HEX #664864 Fedora

📋 copy color: '#664864'

red 102 ◦ green 72 ◦ blue 100

#664864
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #664864

Tints of Fedora #664864

RGB

 RED value IS 102 (40.23% from 255) = 37.23%

 GREEN value IS 72 (28.52% from 255) = 26.28%

 BLUE value IS 100 (39.45% from 255) = 36.5%

R = 37.23%
G = 26.28%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.6

RGB Variations

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

Color information

#664864 (or 0x664864) is known color: Fedora. HEX triplet: 66, 48 and 64. RGB value is (102,72,100). Sum of RGB (Red+Green+Blue) = 102+72+100=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #664864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664864 is #99B79B. Grayscale: #545454. Windows color (decimal): -10074012 or 6572134. OLE color: 6572134.

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

Color convert

RGB 102 72 100 -
CMYK 0 0.29 0.02 0.6
HSL 304º 0.17% 0.34% -
HSV(B) 304º 0.29% 0.4% -
XYZ 10.1 8.38 13.14 -
YUV 84.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 102 72 100 0 0.29 0.02 0.6 304 0.17 0.34
Hex 66 48 64 0 1D 2 3C 130 11 22
Octal 146 110 144 0 35 2 74 460 21 42
Binary 1100110 1001000 1100100 0 11101 10 111100 100110000 10001 100010

Color Harmonies of #664864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664864

Black with #664864

Text Example


Text Example

White with #664864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664864; }

 p { color: rgb(102,72,100); }

 H1.HeaderClassName
 {
   color: #664864;
 }
 .AnyTagClassName
 {
   color: #664864;
 }
</style>

background-color css

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

 a { background-color: rgb(102,72,100); }

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

border-color css

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

 span { border-color: rgb(102,72,100); }

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