Html Css Color HEX #664F99 Butterfly Bush

📋 copy color: '#664F99'

red 102 ◦ green 79 ◦ blue 153

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

Shades of Butterfly Bush #664F99

Tints of Butterfly Bush #664F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.65%

 BLUE value IS 153 (60.16% from 255) = 45.81%

R = 30.54%
G = 23.65%
B = 45.81%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#664F99 (or 0x664F99) is known color: Butterfly Bush. HEX triplet: 66, 4F and 99. RGB value is (102,79,153). Sum of RGB (Red+Green+Blue) = 102+79+153=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #664F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664F99 is #99B066. Grayscale: #5E5E5E. Windows color (decimal): -10072167 or 10047334. OLE color: 10047334.

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

Color convert

RGB 102 79 153 -
CMYK 0.33 0.48 0 0.4
HSL 258.65º 0.32% 0.45% -
HSV(B) 258.65º 0.48% 0.6% -
XYZ 14.03 10.72 31.47 -
YUV 94.31 161.12 133.48 -
System Red Green Blue C M Y K H S L
Decimal 102 79 153 0.33 0.48 0 0.4 258.65 0.32 0.45
Hex 66 4F 99 21 30 0 28 103 20 2D
Octal 146 117 231 41 60 0 50 403 40 55
Binary 1100110 1001111 10011001 100001 110000 0 101000 100000011 100000 101101

Color Harmonies of #664F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664F99

Black with #664F99

Text Example


Text Example

White with #664F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,79,153); }

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

background-color css

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

 a { background-color: rgb(102,79,153); }

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

border-color css

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

 span { border-color: rgb(102,79,153); }

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