Html Css Color HEX #665385 Butterfly Bush

📋 copy color: '#665385'

red 102 ◦ green 83 ◦ blue 133

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

Shades of Butterfly Bush #665385

Tints of Butterfly Bush #665385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.82%

R = 32.08%
G = 26.1%
B = 41.82%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#665385 (or 0x665385) is known color: Butterfly Bush. HEX triplet: 66, 53 and 85. RGB value is (102,83,133). Sum of RGB (Red+Green+Blue) = 102+83+133=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #665385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665385 is #99AC7A. Grayscale: #5E5E5E. Windows color (decimal): -10071163 or 8737638. OLE color: 8737638.

HSL color Cylindrical-coordinate representation of color #665385: hue angle of 262.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #665385 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 83 133 -
CMYK 0.23 0.38 0 0.48
HSL 262.8º 0.23% 0.42% -
HSV(B) 262.8º 0.38% 0.52% -
XYZ 12.81 10.7 23.58 -
YUV 94.38 149.79 133.43 -
System Red Green Blue C M Y K H S L
Decimal 102 83 133 0.23 0.38 0 0.48 262.8 0.23 0.42
Hex 66 53 85 17 26 0 30 107 17 2A
Octal 146 123 205 27 46 0 60 407 27 52
Binary 1100110 1010011 10000101 10111 100110 0 110000 100000111 10111 101010

Color Harmonies of #665385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665385

Black with #665385

Text Example


Text Example

White with #665385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665385; }

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

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

background-color css

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

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

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

border-color css

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

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

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