Html Css Color HEX #625765 Fedora

📋 copy color: '#625765'

red 98 ◦ green 87 ◦ blue 101

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

Shades of Fedora #625765

Tints of Fedora #625765

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

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

R = 34.27%
G = 30.42%
B = 35.31%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#625765 (or 0x625765) is known color: Fedora. HEX triplet: 62, 57 and 65. RGB value is (98,87,101). Sum of RGB (Red+Green+Blue) = 98+87+101=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 101 - color contains mainly: blue. Hex color #625765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625765 is #9DA89A. Grayscale: #5B5B5B. Windows color (decimal): -10332315 or 6641506. OLE color: 6641506.

HSL color Cylindrical-coordinate representation of color #625765: hue angle of 287.14º 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 #625765 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 98 87 101 -
CMYK 0.03 0.14 0 0.60
HSL 287.14º 0.07% 0.37% -
HSV(B) 287.14º 0.14% 0.4% -
XYZ 10.79 10.35 13.74 -
YUV 91.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 98 87 101 0.03 0.14 0 0.60 287.14 0.07 0.37
Hex 62 57 65 3 E 0 3C 11F 7 25
Octal 142 127 145 3 16 0 74 437 7 45
Binary 1100010 1010111 1100101 11 1110 0 111100 100011111 111 100101

Color Harmonies of #625765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625765

Black with #625765

Text Example


Text Example

White with #625765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625765; }

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

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

background-color css

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

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

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

border-color css

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

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

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