#65447C

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

Shades of Honey Flower #65447C

Tints of Honey Flower #65447C

Color information

#65447C (or 0x65447C) is unknown color: approx Honey Flower. HEX triplet: 65, 44 and 7C. RGB value is (101,68,124). Sum of RGB (Red+Green+Blue) = 101+68+124=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #65447C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65447C is #9ABB83. Grayscale: #545454. Windows color (decimal): -10140548 or 8143973. OLE color: 8143973.

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

Color convert

RGB10168124-
CMYK0.190.4500.51
HSL275.36º29.17%37.65%-
HSV(B)275.36º45.16%48.63%-
XYZ11.078.3620.1-
YUV84.25150.43139.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=34.47%
G=23.21%
B=42.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101681240.190.4500.51275.3629.1737.65
Hex65447C132D0331131d26
Octal14510417423550634233546
Binary11001011000100111110010011101101011001110001001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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