Html Css Color HEX #665395 Butterfly Bush

📋 copy color: '#665395'

red 102 ◦ green 83 ◦ blue 149

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

Shades of Butterfly Bush #665395

Tints of Butterfly Bush #665395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 30.54%
G = 24.85%
B = 44.61%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#665395 (or 0x665395) is known color: Butterfly Bush. HEX triplet: 66, 53 and 95. RGB value is (102,83,149). Sum of RGB (Red+Green+Blue) = 102+83+149=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #665395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665395 is #99AC6A. Grayscale: #5F5F5F. Windows color (decimal): -10071147 or 9786214. OLE color: 9786214.

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

Color convert

RGB 102 83 149 -
CMYK 0.32 0.44 0 0.42
HSL 257.27º 0.28% 0.45% -
HSV(B) 257.27º 0.44% 0.58% -
XYZ 14 11.18 29.85 -
YUV 96.21 157.79 132.13 -
System Red Green Blue C M Y K H S L
Decimal 102 83 149 0.32 0.44 0 0.42 257.27 0.28 0.45
Hex 66 53 95 20 2C 0 2A 101 1C 2D
Octal 146 123 225 40 54 0 52 401 34 55
Binary 1100110 1010011 10010101 100000 101100 0 101010 100000001 11100 101101

Color Harmonies of #665395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665395

Black with #665395

Text Example


Text Example

White with #665395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665395; }

 p { color: rgb(102,83,149); }

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

background-color css

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

 a { background-color: rgb(102,83,149); }

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

border-color css

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

 span { border-color: rgb(102,83,149); }

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