Html Css Color HEX #645268 Fedora

📋 copy color: '#645268'

red 100 ◦ green 82 ◦ blue 104

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

Shades of Fedora #645268

Tints of Fedora #645268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

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

R = 34.97%
G = 28.67%
B = 36.36%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#645268 (or 0x645268) is known color: Fedora. HEX triplet: 64, 52 and 68. RGB value is (100,82,104). Sum of RGB (Red+Green+Blue) = 100+82+104=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 104 - color contains mainly: blue. Hex color #645268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645268 is #9BAD97. Grayscale: #595959. Windows color (decimal): -10202520 or 6836836. OLE color: 6836836.

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

Color convert

RGB 100 82 104 -
CMYK 0.04 0.21 0 0.59
HSL 289.09º 0.12% 0.36% -
HSV(B) 289.09º 0.21% 0.41% -
XYZ 10.77 9.74 14.41 -
YUV 89.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 100 82 104 0.04 0.21 0 0.59 289.09 0.12 0.36
Hex 64 52 68 4 15 0 3B 121 C 24
Octal 144 122 150 4 25 0 73 441 14 44
Binary 1100100 1010010 1101000 100 10101 0 111011 100100001 1100 100100

Color Harmonies of #645268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645268

Black with #645268

Text Example


Text Example

White with #645268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645268; }

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

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

background-color css

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

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

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

border-color css

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

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

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