Html Css Color HEX #664C91 Butterfly Bush

📋 copy color: '#664C91'

red 102 ◦ green 76 ◦ blue 145

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

Shades of Butterfly Bush #664C91

Tints of Butterfly Bush #664C91

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.53%

 BLUE value IS 145 (57.03% from 255) = 44.89%

R = 31.58%
G = 23.53%
B = 44.89%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#664C91 (or 0x664C91) is known color: Butterfly Bush. HEX triplet: 66, 4C and 91. RGB value is (102,76,145). Sum of RGB (Red+Green+Blue) = 102+76+145=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #664C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664C91 is #99B36E. Grayscale: #5B5B5B. Windows color (decimal): -10072943 or 9522278. OLE color: 9522278.

HSL color Cylindrical-coordinate representation of color #664C91: hue angle of 262.61º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #664C91 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 76 145 -
CMYK 0.30 0.48 0 0.43
HSL 262.61º 0.31% 0.43% -
HSV(B) 262.61º 0.48% 0.57% -
XYZ 13.17 10.04 28.03 -
YUV 91.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 102 76 145 0.30 0.48 0 0.43 262.61 0.31 0.43
Hex 66 4C 91 1E 30 0 2B 107 1F 2B
Octal 146 114 221 36 60 0 53 407 37 53
Binary 1100110 1001100 10010001 11110 110000 0 101011 100000111 11111 101011

Color Harmonies of #664C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C91

Black with #664C91

Text Example


Text Example

White with #664C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,76,145); }

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

background-color css

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

 a { background-color: rgb(102,76,145); }

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

border-color css

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

 span { border-color: rgb(102,76,145); }

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