Html Css Color HEX #665795 Butterfly Bush

📋 copy color: '#665795'

red 102 ◦ green 87 ◦ blue 149

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

Shades of Butterfly Bush #665795

Tints of Butterfly Bush #665795

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.74%

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

R = 30.18%
G = 25.74%
B = 44.08%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#665795 (or 0x665795) is known color: Butterfly Bush. HEX triplet: 66, 57 and 95. RGB value is (102,87,149). Sum of RGB (Red+Green+Blue) = 102+87+149=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #665795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665795 is #99A86A. Grayscale: #626262. Windows color (decimal): -10070123 or 9787238. OLE color: 9787238.

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

Color convert

RGB 102 87 149 -
CMYK 0.32 0.42 0 0.42
HSL 254.52º 0.26% 0.46% -
HSV(B) 254.52º 0.42% 0.58% -
XYZ 14.31 11.81 29.96 -
YUV 98.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 102 87 149 0.32 0.42 0 0.42 254.52 0.26 0.46
Hex 66 57 95 20 2A 0 2A FF 1A 2E
Octal 146 127 225 40 52 0 52 377 32 56
Binary 1100110 1010111 10010101 100000 101010 0 101010 11111111 11010 101110

Color Harmonies of #665795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665795

Black with #665795

Text Example


Text Example

White with #665795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665795; }

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

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

background-color css

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

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

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

border-color css

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

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

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