Html Css Color HEX #625469 Fedora

📋 copy color: '#625469'

red 98 ◦ green 84 ◦ blue 105

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

Shades of Fedora #625469

Tints of Fedora #625469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 34.15%
G = 29.27%
B = 36.59%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#625469 (or 0x625469) is known color: Fedora. HEX triplet: 62, 54 and 69. RGB value is (98,84,105). Sum of RGB (Red+Green+Blue) = 98+84+105=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 105 - color contains mainly: blue. Hex color #625469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625469 is #9DAB96. Grayscale: #5A5A5A. Windows color (decimal): -10333079 or 6902882. OLE color: 6902882.

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

Color convert

RGB 98 84 105 -
CMYK 0.07 0.20 0 0.59
HSL 280º 0.11% 0.37% -
HSV(B) 280º 0.2% 0.41% -
XYZ 10.76 9.96 14.72 -
YUV 90.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 98 84 105 0.07 0.20 0 0.59 280 0.11 0.37
Hex 62 54 69 7 14 0 3B 118 B 25
Octal 142 124 151 7 24 0 73 430 13 45
Binary 1100010 1010100 1101001 111 10100 0 111011 100011000 1011 100101

Color Harmonies of #625469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625469

Black with #625469

Text Example


Text Example

White with #625469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625469; }

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

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

background-color css

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

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

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

border-color css

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

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

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