#66347D

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

Shades of Honey Flower #66347D

Tints of Honey Flower #66347D

Color information

#66347D (or 0x66347D) is unknown color: approx Honey Flower. HEX triplet: 66, 34 and 7D. RGB value is (102,52,125). Sum of RGB (Red+Green+Blue) = 102+52+125=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #66347D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66347D is #99CB82. Grayscale: #4B4B4B. Windows color (decimal): -10079107 or 8205414. OLE color: 8205414.

HSL color Cylindrical-coordinate representation of color #66347D: hue angle of 281.1º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66347D is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10252125-
CMYK0.180.5800.51
HSL281.1º41.24%34.71%-
HSV(B)281.1º58.4%49.02%-
XYZ10.416.7620.16-
YUV75.27156.06147.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 125 (49.22% from 255) = 44.80%
R=36.56%
G=18.64%
B=44.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal102521250.180.5800.51281.141.2434.71
Hex66347D123A0331192923
Octal1466417522720634315143
Binary11001101101001111101100101110100110011100011001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66347D; }

 p { color: rgb(102,52,125); }

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

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

 a { background-color: rgb(102,52,125); }

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

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

 span { border-color: rgb(102,52,125); }

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