Html Css Color HEX #664F6D Fedora

📋 copy color: '#664F6D'

red 102 ◦ green 79 ◦ blue 109

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

Shades of Fedora #664F6D

Tints of Fedora #664F6D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.24%

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 35.17%
G = 27.24%
B = 37.59%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#664F6D (or 0x664F6D) is known color: Fedora. HEX triplet: 66, 4F and 6D. RGB value is (102,79,109). Sum of RGB (Red+Green+Blue) = 102+79+109=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 109 - color contains mainly: blue. Hex color #664F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F6D is #99B092. Grayscale: #595959. Windows color (decimal): -10072211 or 7163750. OLE color: 7163750.

HSL color Cylindrical-coordinate representation of color #664F6D: hue angle of 286º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #664F6D is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 102 79 109 -
CMYK 0.06 0.28 0 0.57
HSL 286º 0.16% 0.37% -
HSV(B) 286º 0.28% 0.43% -
XYZ 11.04 9.52 15.72 -
YUV 89.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 102 79 109 0.06 0.28 0 0.57 286 0.16 0.37
Hex 66 4F 6D 6 1C 0 39 11E 10 25
Octal 146 117 155 6 34 0 71 436 20 45
Binary 1100110 1001111 1101101 110 11100 0 111001 100011110 10000 100101

Color Harmonies of #664F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664F6D

Black with #664F6D

Text Example


Text Example

White with #664F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,79,109); }

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

background-color css

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

 a { background-color: rgb(102,79,109); }

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

border-color css

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

 span { border-color: rgb(102,79,109); }

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