Html Css Color HEX #664D85 Butterfly Bush

📋 copy color: '#664D85'

red 102 ◦ green 77 ◦ blue 133

#664D85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #664D85

Tints of Butterfly Bush #664D85

RGB

 RED value IS 102 (40.23% from 255) = 32.69%

 GREEN value IS 77 (30.47% from 255) = 24.68%

 BLUE value IS 133 (52.34% from 255) = 42.63%

R = 32.69%
G = 24.68%
B = 42.63%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#664D85 (or 0x664D85) is known color: Butterfly Bush. HEX triplet: 66, 4D and 85. RGB value is (102,77,133). Sum of RGB (Red+Green+Blue) = 102+77+133=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #664D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664D85 is #99B27A. Grayscale: #5A5A5A. Windows color (decimal): -10072699 or 8736102. OLE color: 8736102.

HSL color Cylindrical-coordinate representation of color #664D85: hue angle of 266.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #664D85 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 77 133 -
CMYK 0.23 0.42 0 0.48
HSL 266.79º 0.27% 0.41% -
HSV(B) 266.79º 0.42% 0.52% -
XYZ 12.37 9.83 23.44 -
YUV 90.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 102 77 133 0.23 0.42 0 0.48 266.79 0.27 0.41
Hex 66 4D 85 17 2A 0 30 10B 1B 29
Octal 146 115 205 27 52 0 60 413 33 51
Binary 1100110 1001101 10000101 10111 101010 0 110000 100001011 11011 101001

Color Harmonies of #664D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D85

Black with #664D85

Text Example


Text Example

White with #664D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,77,133); }

 H1.HeaderClassName
 {
   color: #664D85;
 }
 .AnyTagClassName
 {
   color: #664D85;
 }
</style>

background-color css

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

 a { background-color: rgb(102,77,133); }

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

border-color css

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

 span { border-color: rgb(102,77,133); }

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