Html Css Color HEX #625069 Fedora

📋 copy color: '#625069'

red 98 ◦ green 80 ◦ blue 105

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

Shades of Fedora #625069

Tints of Fedora #625069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.27%

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

R = 34.63%
G = 28.27%
B = 37.1%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#625069 (or 0x625069) is known color: Fedora. HEX triplet: 62, 50 and 69. RGB value is (98,80,105). Sum of RGB (Red+Green+Blue) = 98+80+105=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: blue. Hex color #625069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625069 is #9DAF96. Grayscale: #585858. Windows color (decimal): -10334103 or 6901858. OLE color: 6901858.

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

Color convert

RGB 98 80 105 -
CMYK 0.07 0.24 0 0.59
HSL 283.2º 0.14% 0.36% -
HSV(B) 283.2º 0.24% 0.41% -
XYZ 10.46 9.35 14.62 -
YUV 88.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 98 80 105 0.07 0.24 0 0.59 283.2 0.14 0.36
Hex 62 50 69 7 18 0 3B 11B E 24
Octal 142 120 151 7 30 0 73 433 16 44
Binary 1100010 1010000 1101001 111 11000 0 111011 100011011 1110 100100

Color Harmonies of #625069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625069

Black with #625069

Text Example


Text Example

White with #625069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625069; }

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

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

background-color css

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

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

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

border-color css

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

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

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