#664E98

Color #664E98 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #664E98

Tints of Butterfly Bush #664E98

Color information

#664E98 (or 0x664E98) is unknown color: approx Butterfly Bush. HEX triplet: 66, 4E and 98. RGB value is (102,78,152). Sum of RGB (Red+Green+Blue) = 102+78+152=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #664E98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664E98 is #99B167. Grayscale: #5D5D5D. Windows color (decimal): -10072424 or 9981542. OLE color: 9981542.

HSL color Cylindrical-coordinate representation of color #664E98: hue angle of 259.46º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #664E98 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10278152-
CMYK0.330.4900.40
HSL259.46º32.17%45.1%-
HSV(B)259.46º48.68%59.61%-
XYZ13.8710.5431.01-
YUV93.61160.95133.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.72%
GREEN value IS 78 (30.86% from 255) = 23.49%
BLUE value IS 152 (59.77% from 255) = 45.78%
R=30.72%
G=23.49%
B=45.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102781520.330.4900.40259.4632.1745.1
Hex664E982131028103202d
Octal14611623041610504034055
Binary11001101001110100110001000011100010101000100000011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664E98; }

 p { color: rgb(102,78,152); }

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

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

 a { background-color: rgb(102,78,152); }

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

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

 span { border-color: rgb(102,78,152); }

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