Html Css Color HEX #624660 Fedora

📋 copy color: '#624660'

red 98 ◦ green 70 ◦ blue 96

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

Shades of Fedora #624660

Tints of Fedora #624660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.52%

 BLUE value IS 96 (37.89% from 255) = 36.36%

R = 37.12%
G = 26.52%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#624660 (or 0x624660) is known color: Fedora. HEX triplet: 62, 46 and 60. RGB value is (98,70,96). Sum of RGB (Red+Green+Blue) = 98+70+96=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 98 - color contains mainly: red. Hex color #624660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624660 is #9DB99F. Grayscale: #515151. Windows color (decimal): -10336672 or 6309474. OLE color: 6309474.

HSL color Cylindrical-coordinate representation of color #624660: hue angle of 304.29º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #624660 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 70 96 -
CMYK 0 0.29 0.02 0.62
HSL 304.29º 0.17% 0.33% -
HSV(B) 304.29º 0.29% 0.38% -
XYZ 9.34 7.82 12.08 -
YUV 81.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 98 70 96 0 0.29 0.02 0.62 304.29 0.17 0.33
Hex 62 46 60 0 1D 2 3E 130 11 21
Octal 142 106 140 0 35 2 76 460 21 41
Binary 1100010 1000110 1100000 0 11101 10 111110 100110000 10001 100001

Color Harmonies of #624660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624660

Black with #624660

Text Example


Text Example

White with #624660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624660; }

 p { color: rgb(98,70,96); }

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

background-color css

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

 a { background-color: rgb(98,70,96); }

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

border-color css

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

 span { border-color: rgb(98,70,96); }

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