Html Css Color HEX #66509B Butterfly Bush

📋 copy color: '#66509B'

red 102 ◦ green 80 ◦ blue 155

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

Shades of Butterfly Bush #66509B

Tints of Butterfly Bush #66509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.74%

 BLUE value IS 155 (60.94% from 255) = 45.99%

R = 30.27%
G = 23.74%
B = 45.99%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66509B (or 0x66509B) is known color: Butterfly Bush. HEX triplet: 66, 50 and 9B. RGB value is (102,80,155). Sum of RGB (Red+Green+Blue) = 102+80+155=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #66509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66509B is #99AF64. Grayscale: #5E5E5E. Windows color (decimal): -10071909 or 10178662. OLE color: 10178662.

HSL color Cylindrical-coordinate representation of color #66509B: hue angle of 257.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66509B is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 80 155 -
CMYK 0.34 0.48 0 0.39
HSL 257.6º 0.32% 0.46% -
HSV(B) 257.6º 0.48% 0.61% -
XYZ 14.26 10.93 32.37 -
YUV 95.13 161.79 132.9 -
System Red Green Blue C M Y K H S L
Decimal 102 80 155 0.34 0.48 0 0.39 257.6 0.32 0.46
Hex 66 50 9B 22 30 0 27 102 20 2E
Octal 146 120 233 42 60 0 47 402 40 56
Binary 1100110 1010000 10011011 100010 110000 0 100111 100000010 100000 101110

Color Harmonies of #66509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66509B

Black with #66509B

Text Example


Text Example

White with #66509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66509B; }

 p { color: rgb(102,80,155); }

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

background-color css

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

 a { background-color: rgb(102,80,155); }

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

border-color css

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

 span { border-color: rgb(102,80,155); }

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