Html Css Color HEX #645668 Fedora

📋 copy color: '#645668'

red 100 ◦ green 86 ◦ blue 104

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

Shades of Fedora #645668

Tints of Fedora #645668

RGB

 RED value IS 100 (39.45% from 255) = 34.48%

 GREEN value IS 86 (33.98% from 255) = 29.66%

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

R = 34.48%
G = 29.66%
B = 35.86%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#645668 (or 0x645668) is known color: Fedora. HEX triplet: 64, 56 and 68. RGB value is (100,86,104). Sum of RGB (Red+Green+Blue) = 100+86+104=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 104 - color contains mainly: blue. Hex color #645668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645668 is #9BA997. Grayscale: #5C5C5C. Windows color (decimal): -10201496 or 6837860. OLE color: 6837860.

HSL color Cylindrical-coordinate representation of color #645668: hue angle of 286.67º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #645668 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 86 104 -
CMYK 0.04 0.17 0 0.59
HSL 286.67º 0.09% 0.37% -
HSV(B) 286.67º 0.17% 0.41% -
XYZ 11.08 10.36 14.51 -
YUV 92.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 100 86 104 0.04 0.17 0 0.59 286.67 0.09 0.37
Hex 64 56 68 4 11 0 3B 11F 9 25
Octal 144 126 150 4 21 0 73 437 11 45
Binary 1100100 1010110 1101000 100 10001 0 111011 100011111 1001 100101

Color Harmonies of #645668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645668

Black with #645668

Text Example


Text Example

White with #645668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645668; }

 p { color: rgb(100,86,104); }

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

background-color css

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

 a { background-color: rgb(100,86,104); }

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

border-color css

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

 span { border-color: rgb(100,86,104); }

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