Html Css Color HEX #665493 Butterfly Bush

📋 copy color: '#665493'

red 102 ◦ green 84 ◦ blue 147

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

Shades of Butterfly Bush #665493

Tints of Butterfly Bush #665493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.14%

R = 30.63%
G = 25.23%
B = 44.14%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#665493 (or 0x665493) is known color: Butterfly Bush. HEX triplet: 66, 54 and 93. RGB value is (102,84,147). Sum of RGB (Red+Green+Blue) = 102+84+147=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #665493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665493 is #99AB6C. Grayscale: #606060. Windows color (decimal): -10070893 or 9655398. OLE color: 9655398.

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

Color convert

RGB 102 84 147 -
CMYK 0.31 0.43 0 0.42
HSL 257.14º 0.27% 0.45% -
HSV(B) 257.14º 0.43% 0.58% -
XYZ 13.92 11.27 29.05 -
YUV 96.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 102 84 147 0.31 0.43 0 0.42 257.14 0.27 0.45
Hex 66 54 93 1F 2B 0 2A 101 1B 2D
Octal 146 124 223 37 53 0 52 401 33 55
Binary 1100110 1010100 10010011 11111 101011 0 101010 100000001 11011 101101

Color Harmonies of #665493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665493

Black with #665493

Text Example


Text Example

White with #665493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665493; }

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

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

background-color css

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

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

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

border-color css

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

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

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