Html Css Color HEX #625866 Fedora

📋 copy color: '#625866'

red 98 ◦ green 88 ◦ blue 102

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

Shades of Fedora #625866

Tints of Fedora #625866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.56%

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

R = 34.03%
G = 30.56%
B = 35.42%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#625866 (or 0x625866) is known color: Fedora. HEX triplet: 62, 58 and 66. RGB value is (98,88,102). Sum of RGB (Red+Green+Blue) = 98+88+102=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 102 - color contains mainly: blue. Hex color #625866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625866 is #9DA799. Grayscale: #5C5C5C. Windows color (decimal): -10332058 or 6707298. OLE color: 6707298.

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

Color convert

RGB 98 88 102 -
CMYK 0.04 0.14 0 0.6
HSL 282.86º 0.07% 0.37% -
HSV(B) 282.86º 0.14% 0.4% -
XYZ 10.93 10.54 14.03 -
YUV 92.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 98 88 102 0.04 0.14 0 0.6 282.86 0.07 0.37
Hex 62 58 66 4 E 0 3C 11B 7 25
Octal 142 130 146 4 16 0 74 433 7 45
Binary 1100010 1011000 1100110 100 1110 0 111100 100011011 111 100101

Color Harmonies of #625866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625866

Black with #625866

Text Example


Text Example

White with #625866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625866; }

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

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

background-color css

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

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

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

border-color css

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

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

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