Html Css Color HEX #625068 Fedora

📋 copy color: '#625068'

red 98 ◦ green 80 ◦ blue 104

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

Shades of Fedora #625068

Tints of Fedora #625068

RGB

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

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

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

R = 34.75%
G = 28.37%
B = 36.88%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#625068 (or 0x625068) is known color: Fedora. HEX triplet: 62, 50 and 68. RGB value is (98,80,104). Sum of RGB (Red+Green+Blue) = 98+80+104=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #625068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625068 is #9DAF97. Grayscale: #585858. Windows color (decimal): -10334104 or 6836322. OLE color: 6836322.

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

Color convert

RGB 98 80 104 -
CMYK 0.06 0.23 0 0.59
HSL 285º 0.13% 0.36% -
HSV(B) 285º 0.23% 0.41% -
XYZ 10.4 9.33 14.35 -
YUV 88.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 98 80 104 0.06 0.23 0 0.59 285 0.13 0.36
Hex 62 50 68 6 17 0 3B 11D D 24
Octal 142 120 150 6 27 0 73 435 15 44
Binary 1100010 1010000 1101000 110 10111 0 111011 100011101 1101 100100

Color Harmonies of #625068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625068

Black with #625068

Text Example


Text Example

White with #625068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625068; }

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

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

background-color css

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

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

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

border-color css

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

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

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