Html Css Color HEX #625865 Fedora

📋 copy color: '#625865'

red 98 ◦ green 88 ◦ blue 101

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

Shades of Fedora #625865

Tints of Fedora #625865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.19%

R = 34.15%
G = 30.66%
B = 35.19%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#625865 (or 0x625865) is known color: Fedora. HEX triplet: 62, 58 and 65. RGB value is (98,88,101). Sum of RGB (Red+Green+Blue) = 98+88+101=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 101 - color contains mainly: blue. Hex color #625865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625865 is #9DA79A. Grayscale: #5C5C5C. Windows color (decimal): -10332059 or 6641762. OLE color: 6641762.

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

Color convert

RGB 98 88 101 -
CMYK 0.03 0.13 0 0.60
HSL 286.15º 0.07% 0.37% -
HSV(B) 286.15º 0.13% 0.4% -
XYZ 10.88 10.52 13.77 -
YUV 92.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 98 88 101 0.03 0.13 0 0.60 286.15 0.07 0.37
Hex 62 58 65 3 D 0 3C 11E 7 25
Octal 142 130 145 3 15 0 74 436 7 45
Binary 1100010 1011000 1100101 11 1101 0 111100 100011110 111 100101

Color Harmonies of #625865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625865

Black with #625865

Text Example


Text Example

White with #625865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625865; }

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

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

background-color css

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

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

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

border-color css

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

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

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