Html Css Color HEX #625168 Fedora

📋 copy color: '#625168'

red 98 ◦ green 81 ◦ blue 104

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

Shades of Fedora #625168

Tints of Fedora #625168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 34.63%
G = 28.62%
B = 36.75%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#625168 (or 0x625168) is known color: Fedora. HEX triplet: 62, 51 and 68. RGB value is (98,81,104). Sum of RGB (Red+Green+Blue) = 98+81+104=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 104 - color contains mainly: blue. Hex color #625168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625168 is #9DAE97. Grayscale: #585858. Windows color (decimal): -10333848 or 6836578. OLE color: 6836578.

HSL color Cylindrical-coordinate representation of color #625168: hue angle of 284.35º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #625168 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 98 81 104 -
CMYK 0.06 0.22 0 0.59
HSL 284.35º 0.12% 0.36% -
HSV(B) 284.35º 0.22% 0.41% -
XYZ 10.48 9.48 14.37 -
YUV 88.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 98 81 104 0.06 0.22 0 0.59 284.35 0.12 0.36
Hex 62 51 68 6 16 0 3B 11C C 24
Octal 142 121 150 6 26 0 73 434 14 44
Binary 1100010 1010001 1101000 110 10110 0 111011 100011100 1100 100100

Color Harmonies of #625168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625168

Black with #625168

Text Example


Text Example

White with #625168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625168; }

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

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

background-color css

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

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

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

border-color css

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

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

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