Html Css Color HEX #625165 Fedora

📋 copy color: '#625165'

red 98 ◦ green 81 ◦ blue 101

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

Shades of Fedora #625165

Tints of Fedora #625165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.93%

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

R = 35%
G = 28.93%
B = 36.07%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#625165 (or 0x625165) is known color: Fedora. HEX triplet: 62, 51 and 65. RGB value is (98,81,101). Sum of RGB (Red+Green+Blue) = 98+81+101=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 101 - color contains mainly: blue. Hex color #625165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625165 is #9DAE9A. Grayscale: #585858. Windows color (decimal): -10333851 or 6639970. OLE color: 6639970.

HSL color Cylindrical-coordinate representation of color #625165: hue angle of 291º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #625165 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 98 81 101 -
CMYK 0.03 0.20 0 0.60
HSL 291º 0.11% 0.36% -
HSV(B) 291º 0.2% 0.4% -
XYZ 10.33 9.42 13.59 -
YUV 88.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 98 81 101 0.03 0.20 0 0.60 291 0.11 0.36
Hex 62 51 65 3 14 0 3C 123 B 24
Octal 142 121 145 3 24 0 74 443 13 44
Binary 1100010 1010001 1100101 11 10100 0 111100 100100011 1011 100100

Color Harmonies of #625165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625165

Black with #625165

Text Example


Text Example

White with #625165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625165; }

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

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

background-color css

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

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

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

border-color css

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

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

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