Html Css Color HEX #625666 Fedora

📋 copy color: '#625666'

red 98 ◦ green 86 ◦ blue 102

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

Shades of Fedora #625666

Tints of Fedora #625666

RGB

 RED value IS 98 (38.67% from 255) = 34.27%

 GREEN value IS 86 (33.98% from 255) = 30.07%

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

R = 34.27%
G = 30.07%
B = 35.66%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#625666 (or 0x625666) is known color: Fedora. HEX triplet: 62, 56 and 66. RGB value is (98,86,102). Sum of RGB (Red+Green+Blue) = 98+86+102=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 86 (33.98% from 255 or 30.07% 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 #625666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625666 is #9DA999. Grayscale: #5B5B5B. Windows color (decimal): -10332570 or 6706786. OLE color: 6706786.

HSL color Cylindrical-coordinate representation of color #625666: hue angle of 285º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #625666 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 98 86 102 -
CMYK 0.04 0.16 0 0.6
HSL 285º 0.09% 0.37% -
HSV(B) 285º 0.16% 0.4% -
XYZ 10.76 10.21 13.97 -
YUV 91.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 98 86 102 0.04 0.16 0 0.6 285 0.09 0.37
Hex 62 56 66 4 10 0 3C 11D 9 25
Octal 142 126 146 4 20 0 74 435 11 45
Binary 1100010 1010110 1100110 100 10000 0 111100 100011101 1001 100101

Color Harmonies of #625666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625666

Black with #625666

Text Example


Text Example

White with #625666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625666; }

 p { color: rgb(98,86,102); }

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

background-color css

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

 a { background-color: rgb(98,86,102); }

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

border-color css

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

 span { border-color: rgb(98,86,102); }

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