#663F7A

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

Shades of Honey Flower #663F7A

Tints of Honey Flower #663F7A

Color information

#663F7A (or 0x663F7A) is unknown color: approx Honey Flower. HEX triplet: 66, 3F and 7A. RGB value is (102,63,122). Sum of RGB (Red+Green+Blue) = 102+63+122=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #663F7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663F7A is #99C085. Grayscale: #515151. Windows color (decimal): -10076294 or 8011622. OLE color: 8011622.

HSL color Cylindrical-coordinate representation of color #663F7A: hue angle of 279.66º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #663F7A is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10263122-
CMYK0.160.4800.52
HSL279.66º31.89%36.27%-
HSV(B)279.66º48.36%47.84%-
XYZ10.777.7819.35-
YUV81.39150.92142.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 63 (25% from 255) = 21.95%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=35.54%
G=21.95%
B=42.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal102631220.160.4800.52279.6631.8936.27
Hex663F7A10300341182024
Octal1467717220600644304044
Binary11001101111111111010100001100000110100100011000100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663F7A; }

 p { color: rgb(102,63,122); }

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

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

 a { background-color: rgb(102,63,122); }

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

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

 span { border-color: rgb(102,63,122); }

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