Html Css Color HEX #625062 Fedora

📋 copy color: '#625062'

red 98 ◦ green 80 ◦ blue 98

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

Shades of Fedora #625062

Tints of Fedora #625062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 35.51%
G = 28.99%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#625062 (or 0x625062) is known color: Fedora. HEX triplet: 62, 50 and 62. RGB value is (98,80,98). Sum of RGB (Red+Green+Blue) = 98+80+98=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #625062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625062 is #9DAF9D. Grayscale: #575757. Windows color (decimal): -10334110 or 6443106. OLE color: 6443106.

HSL color Cylindrical-coordinate representation of color #625062: hue angle of 300º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #625062 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 80 98 -
CMYK 0 0.18 0 0.62
HSL 300º 0.1% 0.35% -
HSV(B) 300º 0.18% 0.38% -
XYZ 10.11 9.22 12.8 -
YUV 87.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 98 80 98 0 0.18 0 0.62 300 0.1 0.35
Hex 62 50 62 0 12 0 3E 12C A 23
Octal 142 120 142 0 22 0 76 454 12 43
Binary 1100010 1010000 1100010 0 10010 0 111110 100101100 1010 100011

Color Harmonies of #625062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625062

Black with #625062

Text Example


Text Example

White with #625062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625062; }

 p { color: rgb(98,80,98); }

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

background-color css

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

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

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

border-color css

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

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

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