Html Css Color HEX #645066 Fedora

📋 copy color: '#645066'

red 100 ◦ green 80 ◦ blue 102

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

Shades of Fedora #645066

Tints of Fedora #645066

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.37%

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

R = 35.46%
G = 28.37%
B = 36.17%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#645066 (or 0x645066) is known color: Fedora. HEX triplet: 64, 50 and 66. RGB value is (100,80,102). Sum of RGB (Red+Green+Blue) = 100+80+102=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 102 - color contains mainly: blue. Hex color #645066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645066 is #9BAF99. Grayscale: #585858. Windows color (decimal): -10203034 or 6705252. OLE color: 6705252.

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

Color convert

RGB 100 80 102 -
CMYK 0.02 0.22 0 0.6
HSL 294.55º 0.12% 0.36% -
HSV(B) 294.55º 0.22% 0.4% -
XYZ 10.52 9.41 13.83 -
YUV 88.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 100 80 102 0.02 0.22 0 0.6 294.55 0.12 0.36
Hex 64 50 66 2 16 0 3C 127 C 24
Octal 144 120 146 2 26 0 74 447 14 44
Binary 1100100 1010000 1100110 10 10110 0 111100 100100111 1100 100100

Color Harmonies of #645066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645066

Black with #645066

Text Example


Text Example

White with #645066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645066; }

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

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

background-color css

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

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

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

border-color css

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

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

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