#65457C

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

Shades of Honey Flower #65457C

Tints of Honey Flower #65457C

Color information

#65457C (or 0x65457C) is unknown color: approx Honey Flower. HEX triplet: 65, 45 and 7C. RGB value is (101,69,124). Sum of RGB (Red+Green+Blue) = 101+69+124=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #65457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65457C is #9ABA83. Grayscale: #545454. Windows color (decimal): -10140292 or 8144229. OLE color: 8144229.

HSL color Cylindrical-coordinate representation of color #65457C: hue angle of 274.91º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65457C is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10169124-
CMYK0.190.4400.51
HSL274.91º28.5%37.84%-
HSV(B)274.91º44.35%48.63%-
XYZ11.138.4820.12-
YUV84.84150.1139.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.35%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 124 (48.83% from 255) = 42.18%
R=34.35%
G=23.47%
B=42.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101691240.190.4400.51274.9128.537.84
Hex65457C132C0331131c26
Octal14510517423540634233446
Binary11001011000101111110010011101100011001110001001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65457C; }

 p { color: rgb(101,69,124); }

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

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

 a { background-color: rgb(101,69,124); }

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

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

 span { border-color: rgb(101,69,124); }

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