#664875

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

Shades of Honey Flower #664875

Tints of Honey Flower #664875

Color information

#664875 (or 0x664875) is unknown color: approx Honey Flower. HEX triplet: 66, 48 and 75. RGB value is (102,72,117). Sum of RGB (Red+Green+Blue) = 102+72+117=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #664875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664875 is #99B78A. Grayscale: #555555. Windows color (decimal): -10073995 or 7686246. OLE color: 7686246.

HSL color Cylindrical-coordinate representation of color #664875: hue angle of 280º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #664875 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10272117-
CMYK0.130.3800.54
HSL280º23.81%37.06%-
HSV(B)280º38.46%45.88%-
XYZ11.018.7417.94-
YUV86.1145.44139.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.05%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=35.05%
G=24.74%
B=40.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102721170.130.3800.5428023.8137.06
Hex664875D260361181825
Octal14611016515460664303045
Binary1100110100100011101011101100110011011010001100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664875; }

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

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

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

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

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

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

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

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