#654A68

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

Shades of Fedora #654A68

Tints of Fedora #654A68

Color information

#654A68 (or 0x654A68) is unknown color: approx Fedora. HEX triplet: 65, 4A and 68. RGB value is (101,74,104). Sum of RGB (Red+Green+Blue) = 101+74+104=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #654A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654A68 is #9AB597. Grayscale: #555555. Windows color (decimal): -10139032 or 6834789. OLE color: 6834789.

HSL color Cylindrical-coordinate representation of color #654A68: hue angle of 294º 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 #654A68 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10174104-
CMYK0.030.2900.59
HSL294º16.85%34.9%-
HSV(B)294º28.85%40.78%-
XYZ10.318.6614.23-
YUV85.49138.45139.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.20%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=36.20%
G=26.52%
B=37.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101741040.030.2900.5929416.8534.9
Hex654A6831D03B1261123
Octal1451121503350734462143
Binary1100101100101011010001111101011101110010011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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