#614A68

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

Shades of Fedora #614A68

Tints of Fedora #614A68

Color information

#614A68 (or 0x614A68) is unknown color: approx Fedora. HEX triplet: 61, 4A and 68. RGB value is (97,74,104). Sum of RGB (Red+Green+Blue) = 97+74+104=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #614A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A68 is #9EB597. Grayscale: #545454. Windows color (decimal): -10401176 or 6834785. OLE color: 6834785.

HSL color Cylindrical-coordinate representation of color #614A68: hue angle of 286º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #614A68 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9774104-
CMYK0.070.2900.59
HSL286º16.85%34.9%-
HSV(B)286º28.85%40.78%-
XYZ9.888.4414.2-
YUV84.3139.12137.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 74 (29.30% from 255) = 26.91%
BLUE value IS 104 (41.02% from 255) = 37.82%
R=35.27%
G=26.91%
B=37.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97741040.070.2900.5928616.8534.9
Hex614A6871D03B11e1123
Octal1411121507350734362143
Binary11000011001010110100011111101011101110001111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,74,104); }

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

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

 a { background-color: rgb(97,74,104); }

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

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

 span { border-color: rgb(97,74,104); }

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