#654875

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

Shades of Honey Flower #654875

Tints of Honey Flower #654875

Color information

#654875 (or 0x654875) is unknown color: approx Honey Flower. HEX triplet: 65, 48 and 75. RGB value is (101,72,117). Sum of RGB (Red+Green+Blue) = 101+72+117=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #654875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654875 is #9AB78A. Grayscale: #555555. Windows color (decimal): -10139531 or 7686245. OLE color: 7686245.

HSL color Cylindrical-coordinate representation of color #654875: hue angle of 278.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #654875 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10172117-
CMYK0.140.3800.54
HSL278.67º23.81%37.06%-
HSV(B)278.67º38.46%45.88%-
XYZ10.98.6917.93-
YUV85.8145.61138.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.83%
GREEN value IS 72 (28.52% from 255) = 24.83%
BLUE value IS 117 (46.09% from 255) = 40.34%
R=34.83%
G=24.83%
B=40.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101721170.140.3800.54278.6723.8137.06
Hex654875E260361171825
Octal14511016516460664273045
Binary1100101100100011101011110100110011011010001011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654875; }

 p { color: rgb(101,72,117); }

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

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

 a { background-color: rgb(101,72,117); }

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

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

 span { border-color: rgb(101,72,117); }

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