Html Css Color HEX #625568 Fedora

📋 copy color: '#625568'

red 98 ◦ green 85 ◦ blue 104

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

Shades of Fedora #625568

Tints of Fedora #625568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

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

R = 34.15%
G = 29.62%
B = 36.24%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#625568 (or 0x625568) is known color: Fedora. HEX triplet: 62, 55 and 68. RGB value is (98,85,104). Sum of RGB (Red+Green+Blue) = 98+85+104=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 104 - color contains mainly: blue. Hex color #625568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625568 is #9DAA97. Grayscale: #5A5A5A. Windows color (decimal): -10332824 or 6837602. OLE color: 6837602.

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

Color convert

RGB 98 85 104 -
CMYK 0.06 0.18 0 0.59
HSL 281.05º 0.1% 0.37% -
HSV(B) 281.05º 0.18% 0.41% -
XYZ 10.78 10.09 14.48 -
YUV 91.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 98 85 104 0.06 0.18 0 0.59 281.05 0.1 0.37
Hex 62 55 68 6 12 0 3B 119 A 25
Octal 142 125 150 6 22 0 73 431 12 45
Binary 1100010 1010101 1101000 110 10010 0 111011 100011001 1010 100101

Color Harmonies of #625568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625568

Black with #625568

Text Example


Text Example

White with #625568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625568; }

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

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

background-color css

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

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

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

border-color css

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

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

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