Html Css Color HEX #664F82 Butterfly Bush

📋 copy color: '#664F82'

red 102 ◦ green 79 ◦ blue 130

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

Shades of Butterfly Bush #664F82

Tints of Butterfly Bush #664F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.8%

R = 32.8%
G = 25.4%
B = 41.8%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#664F82 (or 0x664F82) is known color: Butterfly Bush. HEX triplet: 66, 4F and 82. RGB value is (102,79,130). Sum of RGB (Red+Green+Blue) = 102+79+130=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #664F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #664F82 is #99B07D. Grayscale: #5B5B5B. Windows color (decimal): -10072190 or 8540006. OLE color: 8540006.

HSL color Cylindrical-coordinate representation of color #664F82: hue angle of 267.06º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #664F82 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 79 130 -
CMYK 0.22 0.39 0 0.49
HSL 267.06º 0.24% 0.41% -
HSV(B) 267.06º 0.39% 0.51% -
XYZ 12.3 10.03 22.41 -
YUV 91.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 102 79 130 0.22 0.39 0 0.49 267.06 0.24 0.41
Hex 66 4F 82 16 27 0 31 10B 18 29
Octal 146 117 202 26 47 0 61 413 30 51
Binary 1100110 1001111 10000010 10110 100111 0 110001 100001011 11000 101001

Color Harmonies of #664F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664F82

Black with #664F82

Text Example


Text Example

White with #664F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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