#654975

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

Shades of Honey Flower #654975

Tints of Honey Flower #654975

Color information

#654975 (or 0x654975) is unknown color: approx Honey Flower. HEX triplet: 65, 49 and 75. RGB value is (101,73,117). Sum of RGB (Red+Green+Blue) = 101+73+117=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #654975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654975 is #9AB68A. Grayscale: #565656. Windows color (decimal): -10139275 or 7686501. OLE color: 7686501.

HSL color Cylindrical-coordinate representation of color #654975: hue angle of 278.18º degrees, saturation: 0.23, 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 #654975 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10173117-
CMYK0.140.3800.54
HSL278.18º23.16%37.25%-
HSV(B)278.18º37.61%45.88%-
XYZ10.968.8217.95-
YUV86.39145.28138.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.71%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=34.71%
G=25.09%
B=40.21%

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
Decimal101731170.140.3800.54278.1823.1637.25
Hex654975E260361161725
Octal14511116516460664262745
Binary1100101100100111101011110100110011011010001011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654975; }

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

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

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

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

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

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

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

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