#614B67

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

Shades of Fedora #614B67

Tints of Fedora #614B67

Color information

#614B67 (or 0x614B67) is unknown color: approx Fedora. HEX triplet: 61, 4B and 67. RGB value is (97,75,103). Sum of RGB (Red+Green+Blue) = 97+75+103=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 103 - color contains mainly: blue. Hex color #614B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B67 is #9EB498. Grayscale: #545454. Windows color (decimal): -10400921 or 6769505. OLE color: 6769505.

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

Color convert

RGB9775103-
CMYK0.060.2700.60
HSL287.14º15.73%34.9%-
HSV(B)287.14º27.18%40.39%-
XYZ9.898.5513.96-
YUV84.77138.29136.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 75 (29.69% from 255) = 27.27%
BLUE value IS 103 (40.62% from 255) = 37.45%
R=35.27%
G=27.27%
B=37.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97751030.060.2700.60287.1415.7334.9
Hex614B6761B03C11f1023
Octal1411131476330744372043
Binary11000011001011110011111011011011110010001111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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