Html Css Color HEX #664E96 Butterfly Bush

📋 copy color: '#664E96'

red 102 ◦ green 78 ◦ blue 150

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

Shades of Butterfly Bush #664E96

Tints of Butterfly Bush #664E96

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.64%

 BLUE value IS 150 (58.98% from 255) = 45.45%

R = 30.91%
G = 23.64%
B = 45.45%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#664E96 (or 0x664E96) is known color: Butterfly Bush. HEX triplet: 66, 4E and 96. RGB value is (102,78,150). Sum of RGB (Red+Green+Blue) = 102+78+150=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #664E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664E96 is #99B169. Grayscale: #5D5D5D. Windows color (decimal): -10072426 or 9850470. OLE color: 9850470.

HSL color Cylindrical-coordinate representation of color #664E96: hue angle of 260º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #664E96 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 78 150 -
CMYK 0.32 0.48 0 0.41
HSL 260º 0.32% 0.45% -
HSV(B) 260º 0.48% 0.59% -
XYZ 13.71 10.48 30.15 -
YUV 93.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 102 78 150 0.32 0.48 0 0.41 260 0.32 0.45
Hex 66 4E 96 20 30 0 29 104 20 2D
Octal 146 116 226 40 60 0 51 404 40 55
Binary 1100110 1001110 10010110 100000 110000 0 101001 100000100 100000 101101

Color Harmonies of #664E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664E96

Black with #664E96

Text Example


Text Example

White with #664E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,78,150); }

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

background-color css

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

 a { background-color: rgb(102,78,150); }

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

border-color css

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

 span { border-color: rgb(102,78,150); }

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