#664B83

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

Shades of Butterfly Bush #664B83

Tints of Butterfly Bush #664B83

Color information

#664B83 (or 0x664B83) is unknown color: approx Butterfly Bush. HEX triplet: 66, 4B and 83. RGB value is (102,75,131). Sum of RGB (Red+Green+Blue) = 102+75+131=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #664B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664B83 is #99B47C. Grayscale: #595959. Windows color (decimal): -10073213 or 8604518. OLE color: 8604518.

HSL color Cylindrical-coordinate representation of color #664B83: hue angle of 268.93º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #664B83 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10275131-
CMYK0.220.4300.49
HSL268.93º27.18%40.39%-
HSV(B)268.93º42.75%51.37%-
XYZ12.099.522.67-
YUV89.46151.45136.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.12%
GREEN value IS 75 (29.69% from 255) = 24.35%
BLUE value IS 131 (51.56% from 255) = 42.53%
R=33.12%
G=24.35%
B=42.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102751310.220.4300.49268.9327.1840.39
Hex664B83162B03110d1b28
Octal14611320326530614153350
Binary110011010010111000001110110101011011000110000110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,75,131); }

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

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

 a { background-color: rgb(102,75,131); }

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

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

 span { border-color: rgb(102,75,131); }

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