Html Css Color HEX #665497 Butterfly Bush

📋 copy color: '#665497'

red 102 ◦ green 84 ◦ blue 151

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

Shades of Butterfly Bush #665497

Tints of Butterfly Bush #665497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.93%

 BLUE value IS 151 (59.38% from 255) = 44.81%

R = 30.27%
G = 24.93%
B = 44.81%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#665497 (or 0x665497) is known color: Butterfly Bush. HEX triplet: 66, 54 and 97. RGB value is (102,84,151). Sum of RGB (Red+Green+Blue) = 102+84+151=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #665497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665497 is #99AB68. Grayscale: #606060. Windows color (decimal): -10070889 or 9917542. OLE color: 9917542.

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

Color convert

RGB 102 84 151 -
CMYK 0.32 0.44 0 0.41
HSL 256.12º 0.29% 0.46% -
HSV(B) 256.12º 0.44% 0.59% -
XYZ 14.24 11.4 30.73 -
YUV 97.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 102 84 151 0.32 0.44 0 0.41 256.12 0.29 0.46
Hex 66 54 97 20 2C 0 29 100 1D 2E
Octal 146 124 227 40 54 0 51 400 35 56
Binary 1100110 1010100 10010111 100000 101100 0 101001 100000000 11101 101110

Color Harmonies of #665497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665497

Black with #665497

Text Example


Text Example

White with #665497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665497; }

 p { color: rgb(102,84,151); }

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

background-color css

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

 a { background-color: rgb(102,84,151); }

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

border-color css

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

 span { border-color: rgb(102,84,151); }

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