Html Css Color HEX #646066 Fedora

📋 copy color: '#646066'

red 100 ◦ green 96 ◦ blue 102

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

Shades of Fedora #646066

Tints of Fedora #646066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.21%

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

R = 33.56%
G = 32.21%
B = 34.23%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#646066 (or 0x646066) is known color: Fedora. HEX triplet: 64, 60 and 66. RGB value is (100,96,102). Sum of RGB (Red+Green+Blue) = 100+96+102=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 102 - color contains mainly: blue. Hex color #646066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646066 is #9B9F99. Grayscale: #616161. Windows color (decimal): -10198938 or 6709348. OLE color: 6709348.

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

Color convert

RGB 100 96 102 -
CMYK 0.02 0.06 0 0.6
HSL 280º 0.03% 0.39% -
HSV(B) 280º 0.06% 0.4% -
XYZ 11.84 12.03 14.27 -
YUV 97.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 100 96 102 0.02 0.06 0 0.6 280 0.03 0.39
Hex 64 60 66 2 6 0 3C 118 3 27
Octal 144 140 146 2 6 0 74 430 3 47
Binary 1100100 1100000 1100110 10 110 0 111100 100011000 11 100111

Color Harmonies of #646066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646066

Black with #646066

Text Example


Text Example

White with #646066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646066; }

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

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

background-color css

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

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

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

border-color css

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

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

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