Html Css Color HEX #664B8D Butterfly Bush

📋 copy color: '#664B8D'

red 102 ◦ green 75 ◦ blue 141

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

Shades of Butterfly Bush #664B8D

Tints of Butterfly Bush #664B8D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.58%

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 32.08%
G = 23.58%
B = 44.34%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#664B8D (or 0x664B8D) is known color: Butterfly Bush. HEX triplet: 66, 4B and 8D. RGB value is (102,75,141). Sum of RGB (Red+Green+Blue) = 102+75+141=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #664B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664B8D is #99B472. Grayscale: #5A5A5A. Windows color (decimal): -10073203 or 9259878. OLE color: 9259878.

HSL color Cylindrical-coordinate representation of color #664B8D: hue angle of 264.55º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #664B8D is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 75 141 -
CMYK 0.28 0.47 0 0.45
HSL 264.55º 0.31% 0.42% -
HSV(B) 264.55º 0.47% 0.55% -
XYZ 12.8 9.78 26.41 -
YUV 90.6 156.45 136.13 -
System Red Green Blue C M Y K H S L
Decimal 102 75 141 0.28 0.47 0 0.45 264.55 0.31 0.42
Hex 66 4B 8D 1C 2F 0 2D 109 1F 2A
Octal 146 113 215 34 57 0 55 411 37 52
Binary 1100110 1001011 10001101 11100 101111 0 101101 100001001 11111 101010

Color Harmonies of #664B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664B8D

Black with #664B8D

Text Example


Text Example

White with #664B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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