#64367B

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

Shades of Honey Flower #64367B

Tints of Honey Flower #64367B

Color information

#64367B (or 0x64367B) is unknown color: approx Honey Flower. HEX triplet: 64, 36 and 7B. RGB value is (100,54,123). Sum of RGB (Red+Green+Blue) = 100+54+123=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #64367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64367B is #9BC984. Grayscale: #4B4B4B. Windows color (decimal): -10209669 or 8074852. OLE color: 8074852.

HSL color Cylindrical-coordinate representation of color #64367B: hue angle of 280º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64367B is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10054123-
CMYK0.190.5600.52
HSL280º38.98%34.71%-
HSV(B)280º56.1%48.24%-
XYZ10.156.7819.51-
YUV75.62154.74145.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 123 (48.44% from 255) = 44.40%
R=36.10%
G=19.49%
B=44.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal100541230.190.5600.5228038.9834.71
Hex64367B13380341182723
Octal1446617323700644304743
Binary11001001101101111011100111110000110100100011000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64367B; }

 p { color: rgb(100,54,123); }

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

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

 a { background-color: rgb(100,54,123); }

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

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

 span { border-color: rgb(100,54,123); }

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