#655069

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

Shades of Fedora #655069

Tints of Fedora #655069

Color information

#655069 (or 0x655069) is unknown color: approx Fedora. HEX triplet: 65, 50 and 69. RGB value is (101,80,105). Sum of RGB (Red+Green+Blue) = 101+80+105=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 105 - color contains mainly: blue. Hex color #655069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655069 is #9AAF96. Grayscale: #595959. Windows color (decimal): -10137495 or 6901861. OLE color: 6901861.

HSL color Cylindrical-coordinate representation of color #655069: hue angle of 290.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #655069 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10180105-
CMYK0.040.2400.59
HSL290.4º13.51%36.27%-
HSV(B)290.4º23.81%41.18%-
XYZ10.799.5214.63-
YUV89.13136.96136.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.31%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=35.31%
G=27.97%
B=36.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101801050.040.2400.59290.413.5136.27
Hex65506941803B122e24
Octal1451201514300734421644
Binary1100101101000011010011001100001110111001000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655069; }

 p { color: rgb(101,80,105); }

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

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

 a { background-color: rgb(101,80,105); }

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

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

 span { border-color: rgb(101,80,105); }

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