Html Css Color HEX #624868 Fedora

📋 copy color: '#624868'

red 98 ◦ green 72 ◦ blue 104

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

Shades of Fedora #624868

Tints of Fedora #624868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

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

R = 35.77%
G = 26.28%
B = 37.96%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#624868 (or 0x624868) is known color: Fedora. HEX triplet: 62, 48 and 68. RGB value is (98,72,104). Sum of RGB (Red+Green+Blue) = 98+72+104=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: blue. Hex color #624868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624868 is #9DB797. Grayscale: #535353. Windows color (decimal): -10336152 or 6834274. OLE color: 6834274.

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

Color convert

RGB 98 72 104 -
CMYK 0.06 0.31 0 0.59
HSL 288.75º 0.18% 0.35% -
HSV(B) 288.75º 0.31% 0.41% -
XYZ 9.85 8.23 14.17 -
YUV 83.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 98 72 104 0.06 0.31 0 0.59 288.75 0.18 0.35
Hex 62 48 68 6 1F 0 3B 121 12 23
Octal 142 110 150 6 37 0 73 441 22 43
Binary 1100010 1001000 1101000 110 11111 0 111011 100100001 10010 100011

Color Harmonies of #624868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624868

Black with #624868

Text Example


Text Example

White with #624868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624868; }

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

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

background-color css

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

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

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

border-color css

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

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

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