Html Css Color HEX #645466 Fedora

📋 copy color: '#645466'

red 100 ◦ green 84 ◦ blue 102

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

Shades of Fedora #645466

Tints of Fedora #645466

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

 BLUE value IS 102 (40.23% from 255) = 35.66%

R = 34.97%
G = 29.37%
B = 35.66%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#645466 (or 0x645466) is known color: Fedora. HEX triplet: 64, 54 and 66. RGB value is (100,84,102). Sum of RGB (Red+Green+Blue) = 100+84+102=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 102 - color contains mainly: blue. Hex color #645466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645466 is #9BAB99. Grayscale: #5A5A5A. Windows color (decimal): -10202010 or 6706276. OLE color: 6706276.

HSL color Cylindrical-coordinate representation of color #645466: hue angle of 293.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #645466 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 100 84 102 -
CMYK 0.02 0.18 0 0.6
HSL 293.33º 0.1% 0.36% -
HSV(B) 293.33º 0.18% 0.4% -
XYZ 10.82 10.01 13.93 -
YUV 90.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 100 84 102 0.02 0.18 0 0.6 293.33 0.1 0.36
Hex 64 54 66 2 12 0 3C 125 A 24
Octal 144 124 146 2 22 0 74 445 12 44
Binary 1100100 1010100 1100110 10 10010 0 111100 100100101 1010 100100

Color Harmonies of #645466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645466

Black with #645466

Text Example


Text Example

White with #645466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645466; }

 p { color: rgb(100,84,102); }

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

background-color css

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

 a { background-color: rgb(100,84,102); }

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

border-color css

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

 span { border-color: rgb(100,84,102); }

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