#614B66

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

Shades of Fedora #614B66

Tints of Fedora #614B66

Color information

#614B66 (or 0x614B66) is unknown color: approx Fedora. HEX triplet: 61, 4B and 66. RGB value is (97,75,102). Sum of RGB (Red+Green+Blue) = 97+75+102=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 102 - color contains mainly: blue. Hex color #614B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B66 is #9EB499. Grayscale: #545454. Windows color (decimal): -10400922 or 6703969. OLE color: 6703969.

HSL color Cylindrical-coordinate representation of color #614B66: hue angle of 288.89º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #614B66 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9775102-
CMYK0.050.2600.6
HSL288.89º15.25%34.71%-
HSV(B)288.89º26.47%40%-
XYZ9.848.5313.7-
YUV84.66137.79136.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 75 (29.69% from 255) = 27.37%
BLUE value IS 102 (40.23% from 255) = 37.23%
R=35.40%
G=27.37%
B=37.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal97751020.050.2600.6288.8915.2534.71
Hex614B6651A03C121f23
Octal1411131465320744411743
Binary1100001100101111001101011101001111001001000011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614B66; }

 p { color: rgb(97,75,102); }

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

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

 a { background-color: rgb(97,75,102); }

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

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

 span { border-color: rgb(97,75,102); }

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