Html Css Color HEX #664C93 Butterfly Bush

📋 copy color: '#664C93'

red 102 ◦ green 76 ◦ blue 147

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

Shades of Butterfly Bush #664C93

Tints of Butterfly Bush #664C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.23%

R = 31.38%
G = 23.38%
B = 45.23%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#664C93 (or 0x664C93) is known color: Butterfly Bush. HEX triplet: 66, 4C and 93. RGB value is (102,76,147). Sum of RGB (Red+Green+Blue) = 102+76+147=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #664C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664C93 is #99B36C. Grayscale: #5B5B5B. Windows color (decimal): -10072941 or 9653350. OLE color: 9653350.

HSL color Cylindrical-coordinate representation of color #664C93: hue angle of 261.97º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #664C93 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 76 147 -
CMYK 0.31 0.48 0 0.42
HSL 261.97º 0.32% 0.44% -
HSV(B) 261.97º 0.48% 0.58% -
XYZ 13.33 10.1 28.85 -
YUV 91.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 102 76 147 0.31 0.48 0 0.42 261.97 0.32 0.44
Hex 66 4C 93 1F 30 0 2A 106 20 2C
Octal 146 114 223 37 60 0 52 406 40 54
Binary 1100110 1001100 10010011 11111 110000 0 101010 100000110 100000 101100

Color Harmonies of #664C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C93

Black with #664C93

Text Example


Text Example

White with #664C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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