Html Css Color HEX #665386 Butterfly Bush

📋 copy color: '#665386'

red 102 ◦ green 83 ◦ blue 134

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

Shades of Butterfly Bush #665386

Tints of Butterfly Bush #665386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.01%

R = 31.97%
G = 26.02%
B = 42.01%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#665386 (or 0x665386) is known color: Butterfly Bush. HEX triplet: 66, 53 and 86. RGB value is (102,83,134). Sum of RGB (Red+Green+Blue) = 102+83+134=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #665386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665386 is #99AC79. Grayscale: #5E5E5E. Windows color (decimal): -10071162 or 8803174. OLE color: 8803174.

HSL color Cylindrical-coordinate representation of color #665386: hue angle of 262.35º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #665386 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 83 134 -
CMYK 0.24 0.38 0 0.47
HSL 262.35º 0.24% 0.43% -
HSV(B) 262.35º 0.38% 0.53% -
XYZ 12.88 10.73 23.95 -
YUV 94.5 150.29 133.35 -
System Red Green Blue C M Y K H S L
Decimal 102 83 134 0.24 0.38 0 0.47 262.35 0.24 0.43
Hex 66 53 86 18 26 0 2F 106 18 2B
Octal 146 123 206 30 46 0 57 406 30 53
Binary 1100110 1010011 10000110 11000 100110 0 101111 100000110 11000 101011

Color Harmonies of #665386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665386

Black with #665386

Text Example


Text Example

White with #665386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665386; }

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

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

background-color css

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

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

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

border-color css

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

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

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