Html Css Color HEX #664E68 Fedora

📋 copy color: '#664E68'

red 102 ◦ green 78 ◦ blue 104

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

Shades of Fedora #664E68

Tints of Fedora #664E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.46%

 BLUE value IS 104 (41.02% from 255) = 36.62%

R = 35.92%
G = 27.46%
B = 36.62%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#664E68 (or 0x664E68) is known color: Fedora. HEX triplet: 66, 4E and 68. RGB value is (102,78,104). Sum of RGB (Red+Green+Blue) = 102+78+104=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 104 - color contains mainly: blue. Hex color #664E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E68 is #99B197. Grayscale: #585858. Windows color (decimal): -10072472 or 6835814. OLE color: 6835814.

HSL color Cylindrical-coordinate representation of color #664E68: hue angle of 295.38º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #664E68 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 78 104 -
CMYK 0.02 0.25 0 0.59
HSL 295.38º 0.14% 0.36% -
HSV(B) 295.38º 0.25% 0.41% -
XYZ 10.7 9.27 14.32 -
YUV 88.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 102 78 104 0.02 0.25 0 0.59 295.38 0.14 0.36
Hex 66 4E 68 2 19 0 3B 127 E 24
Octal 146 116 150 2 31 0 73 447 16 44
Binary 1100110 1001110 1101000 10 11001 0 111011 100100111 1110 100100

Color Harmonies of #664E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664E68

Black with #664E68

Text Example


Text Example

White with #664E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664E68; }

 p { color: rgb(102,78,104); }

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

background-color css

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

 a { background-color: rgb(102,78,104); }

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

border-color css

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

 span { border-color: rgb(102,78,104); }

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