#624465

Color #624465 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #624465

Tints of Fedora #624465

Color information

#624465 (or 0x624465) is unknown color: approx Fedora. HEX triplet: 62, 44 and 65. RGB value is (98,68,101). Sum of RGB (Red+Green+Blue) = 98+68+101=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 101 - color contains mainly: blue. Hex color #624465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624465 is #9DBB9A. Grayscale: #505050. Windows color (decimal): -10337179 or 6636642. OLE color: 6636642.

HSL color Cylindrical-coordinate representation of color #624465: hue angle of 294.55º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #624465 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9868101-
CMYK0.030.3300.60
HSL294.55º19.53%33.14%-
HSV(B)294.55º32.67%39.61%-
XYZ9.457.6713.29-
YUV80.73139.44140.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.70%
GREEN value IS 68 (26.95% from 255) = 25.47%
BLUE value IS 101 (39.84% from 255) = 37.83%
R=36.70%
G=25.47%
B=37.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98681010.030.3300.60294.5519.5333.14
Hex62446532103C1271421
Octal1421041453410744472441
Binary11000101000100110010111100001011110010010011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624465; }

 p { color: rgb(98,68,101); }

 H1.HeaderClassName
 {
   color: #624465;
 }
 .AnyTagClassName
 {
   color: #624465;
 }
</style>
background-color css

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

 a { background-color: rgb(98,68,101); }

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

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

 span { border-color: rgb(98,68,101); }

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