Html Css Color HEX #625468 Fedora

📋 copy color: '#625468'

red 98 ◦ green 84 ◦ blue 104

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

Shades of Fedora #625468

Tints of Fedora #625468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

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

R = 34.27%
G = 29.37%
B = 36.36%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#625468 (or 0x625468) is known color: Fedora. HEX triplet: 62, 54 and 68. RGB value is (98,84,104). Sum of RGB (Red+Green+Blue) = 98+84+104=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 104 - color contains mainly: blue. Hex color #625468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625468 is #9DAB97. Grayscale: #5A5A5A. Windows color (decimal): -10333080 or 6837346. OLE color: 6837346.

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

Color convert

RGB 98 84 104 -
CMYK 0.06 0.19 0 0.59
HSL 282º 0.11% 0.37% -
HSV(B) 282º 0.19% 0.41% -
XYZ 10.71 9.94 14.45 -
YUV 90.47 135.64 133.37 -
System Red Green Blue C M Y K H S L
Decimal 98 84 104 0.06 0.19 0 0.59 282 0.11 0.37
Hex 62 54 68 6 13 0 3B 11A B 25
Octal 142 124 150 6 23 0 73 432 13 45
Binary 1100010 1010100 1101000 110 10011 0 111011 100011010 1011 100101

Color Harmonies of #625468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625468

Black with #625468

Text Example


Text Example

White with #625468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625468; }

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

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

background-color css

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

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

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

border-color css

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

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

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