#663D75

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

Shades of Honey Flower #663D75

Tints of Honey Flower #663D75

Color information

#663D75 (or 0x663D75) is unknown color: approx Honey Flower. HEX triplet: 66, 3D and 75. RGB value is (102,61,117). Sum of RGB (Red+Green+Blue) = 102+61+117=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 117 - color contains mainly: blue. Hex color #663D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663D75 is #99C28A. Grayscale: #4F4F4F. Windows color (decimal): -10076811 or 7683430. OLE color: 7683430.

HSL color Cylindrical-coordinate representation of color #663D75: hue angle of 283.93º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #663D75 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10261117-
CMYK0.130.4800.54
HSL283.93º31.46%34.9%-
HSV(B)283.93º47.86%45.88%-
XYZ10.367.4517.72-
YUV79.64149.08143.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.43%
GREEN value IS 61 (24.22% from 255) = 21.79%
BLUE value IS 117 (46.09% from 255) = 41.79%
R=36.43%
G=21.79%
B=41.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102611170.130.4800.54283.9331.4634.9
Hex663D75D3003611c1f23
Octal1467516515600664343743
Binary110011011110111101011101110000011011010001110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,61,117); }

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

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

 a { background-color: rgb(102,61,117); }

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

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

 span { border-color: rgb(102,61,117); }

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