Html Css Color HEX #665593 Butterfly Bush

📋 copy color: '#665593'

red 102 ◦ green 85 ◦ blue 147

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

Shades of Butterfly Bush #665593

Tints of Butterfly Bush #665593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.45%

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

R = 30.54%
G = 25.45%
B = 44.01%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#665593 (or 0x665593) is known color: Butterfly Bush. HEX triplet: 66, 55 and 93. RGB value is (102,85,147). Sum of RGB (Red+Green+Blue) = 102+85+147=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #665593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665593 is #99AA6C. Grayscale: #606060. Windows color (decimal): -10070637 or 9655654. OLE color: 9655654.

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

Color convert

RGB 102 85 147 -
CMYK 0.31 0.42 0 0.42
HSL 256.45º 0.27% 0.45% -
HSV(B) 256.45º 0.42% 0.58% -
XYZ 13.99 11.43 29.07 -
YUV 97.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 102 85 147 0.31 0.42 0 0.42 256.45 0.27 0.45
Hex 66 55 93 1F 2A 0 2A 100 1B 2D
Octal 146 125 223 37 52 0 52 400 33 55
Binary 1100110 1010101 10010011 11111 101010 0 101010 100000000 11011 101101

Color Harmonies of #665593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665593

Black with #665593

Text Example


Text Example

White with #665593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665593; }

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

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

background-color css

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

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

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

border-color css

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

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

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