#614866

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

Shades of Fedora #614866

Tints of Fedora #614866

Color information

#614866 (or 0x614866) is unknown color: approx Fedora. HEX triplet: 61, 48 and 66. RGB value is (97,72,102). Sum of RGB (Red+Green+Blue) = 97+72+102=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 102 - color contains mainly: blue. Hex color #614866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614866 is #9EB799. Grayscale: #525252. Windows color (decimal): -10401690 or 6703201. OLE color: 6703201.

HSL color Cylindrical-coordinate representation of color #614866: hue angle of 290º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #614866 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9772102-
CMYK0.050.2900.6
HSL290º17.24%34.12%-
HSV(B)290º29.41%40%-
XYZ9.658.1413.63-
YUV82.9138.78138.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.79%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 102 (40.23% from 255) = 37.64%
R=35.79%
G=26.57%
B=37.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal97721020.050.2900.629017.2434.12
Hex61486651D03C1221122
Octal1411101465350744422142
Binary11000011001000110011010111101011110010010001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614866; }

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

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

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

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

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

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

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

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