Html Css Color HEX #645A66 Fedora

📋 copy color: '#645A66'

red 100 ◦ green 90 ◦ blue 102

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

Shades of Fedora #645A66

Tints of Fedora #645A66

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.82%

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

R = 34.25%
G = 30.82%
B = 34.93%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#645A66 (or 0x645A66) is known color: Fedora. HEX triplet: 64, 5A and 66. RGB value is (100,90,102). Sum of RGB (Red+Green+Blue) = 100+90+102=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 102 - color contains mainly: blue. Hex color #645A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645A66 is #9BA599. Grayscale: #5E5E5E. Windows color (decimal): -10200474 or 6707812. OLE color: 6707812.

HSL color Cylindrical-coordinate representation of color #645A66: hue angle of 290º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #645A66 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 100 90 102 -
CMYK 0.02 0.12 0 0.6
HSL 290º 0.06% 0.38% -
HSV(B) 290º 0.12% 0.4% -
XYZ 11.31 10.98 14.09 -
YUV 94.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 100 90 102 0.02 0.12 0 0.6 290 0.06 0.38
Hex 64 5A 66 2 C 0 3C 122 6 26
Octal 144 132 146 2 14 0 74 442 6 46
Binary 1100100 1011010 1100110 10 1100 0 111100 100100010 110 100110

Color Harmonies of #645A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645A66

Black with #645A66

Text Example


Text Example

White with #645A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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