Html Css Color HEX #664E69 Fedora

📋 copy color: '#664E69'

red 102 ◦ green 78 ◦ blue 105

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

Shades of Fedora #664E69

Tints of Fedora #664E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 35.79%
G = 27.37%
B = 36.84%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#664E69 (or 0x664E69) is known color: Fedora. HEX triplet: 66, 4E and 69. RGB value is (102,78,105). Sum of RGB (Red+Green+Blue) = 102+78+105=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 105 - color contains mainly: blue. Hex color #664E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664E69 is #99B196. Grayscale: #585858. Windows color (decimal): -10072471 or 6901350. OLE color: 6901350.

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

Color convert

RGB 102 78 105 -
CMYK 0.03 0.26 0 0.59
HSL 293.33º 0.15% 0.36% -
HSV(B) 293.33º 0.26% 0.41% -
XYZ 10.75 9.29 14.59 -
YUV 88.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 102 78 105 0.03 0.26 0 0.59 293.33 0.15 0.36
Hex 66 4E 69 3 1A 0 3B 125 F 24
Octal 146 116 151 3 32 0 73 445 17 44
Binary 1100110 1001110 1101001 11 11010 0 111011 100100101 1111 100100

Color Harmonies of #664E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664E69

Black with #664E69

Text Example


Text Example

White with #664E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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