Html Css Color HEX #625669 Fedora

📋 copy color: '#625669'

red 98 ◦ green 86 ◦ blue 105

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

Shades of Fedora #625669

Tints of Fedora #625669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

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

R = 33.91%
G = 29.76%
B = 36.33%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#625669 (or 0x625669) is known color: Fedora. HEX triplet: 62, 56 and 69. RGB value is (98,86,105). Sum of RGB (Red+Green+Blue) = 98+86+105=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 105 - color contains mainly: blue. Hex color #625669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625669 is #9DA996. Grayscale: #5B5B5B. Windows color (decimal): -10332567 or 6903394. OLE color: 6903394.

HSL color Cylindrical-coordinate representation of color #625669: hue angle of 277.89º 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 #625669 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 98 86 105 -
CMYK 0.07 0.18 0 0.59
HSL 277.89º 0.1% 0.37% -
HSV(B) 277.89º 0.18% 0.41% -
XYZ 10.91 10.27 14.77 -
YUV 91.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 98 86 105 0.07 0.18 0 0.59 277.89 0.1 0.37
Hex 62 56 69 7 12 0 3B 116 A 25
Octal 142 126 151 7 22 0 73 426 12 45
Binary 1100010 1010110 1101001 111 10010 0 111011 100010110 1010 100101

Color Harmonies of #625669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625669

Black with #625669

Text Example


Text Example

White with #625669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625669; }

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

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

background-color css

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

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

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

border-color css

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

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

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