#614467

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

Shades of Fedora #614467

Tints of Fedora #614467

Color information

#614467 (or 0x614467) is unknown color: approx Fedora. HEX triplet: 61, 44 and 67. RGB value is (97,68,103). Sum of RGB (Red+Green+Blue) = 97+68+103=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 103 - color contains mainly: blue. Hex color #614467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614467 is #9EBB98. Grayscale: #505050. Windows color (decimal): -10402713 or 6767713. OLE color: 6767713.

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

Color convert

RGB9768103-
CMYK0.060.3400.60
HSL289.71º20.47%33.53%-
HSV(B)289.71º33.98%40.39%-
XYZ9.457.6513.81-
YUV80.66140.61139.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 103 (40.62% from 255) = 38.43%
R=36.19%
G=25.37%
B=38.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97681030.060.3400.60289.7120.4733.53
Hex61446762203C1221422
Octal1411041476420744422442
Binary110000110001001100111110100010011110010010001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614467; }

 p { color: rgb(97,68,103); }

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

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

 a { background-color: rgb(97,68,103); }

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

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

 span { border-color: rgb(97,68,103); }

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