Html Css Color HEX #664E94 Butterfly Bush

📋 copy color: '#664E94'

red 102 ◦ green 78 ◦ blue 148

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

Shades of Butterfly Bush #664E94

Tints of Butterfly Bush #664E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.12%

R = 31.1%
G = 23.78%
B = 45.12%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#664E94 (or 0x664E94) is known color: Butterfly Bush. HEX triplet: 66, 4E and 94. RGB value is (102,78,148). Sum of RGB (Red+Green+Blue) = 102+78+148=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #664E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664E94 is #99B16B. Grayscale: #5C5C5C. Windows color (decimal): -10072428 or 9719398. OLE color: 9719398.

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

Color convert

RGB 102 78 148 -
CMYK 0.31 0.47 0 0.42
HSL 260.57º 0.31% 0.44% -
HSV(B) 260.57º 0.47% 0.58% -
XYZ 13.55 10.41 29.31 -
YUV 93.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 102 78 148 0.31 0.47 0 0.42 260.57 0.31 0.44
Hex 66 4E 94 1F 2F 0 2A 105 1F 2C
Octal 146 116 224 37 57 0 52 405 37 54
Binary 1100110 1001110 10010100 11111 101111 0 101010 100000101 11111 101100

Color Harmonies of #664E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664E94

Black with #664E94

Text Example


Text Example

White with #664E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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