Html Css Color HEX #66509C Butterfly Bush

📋 copy color: '#66509C'

red 102 ◦ green 80 ◦ blue 156

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

Shades of Butterfly Bush #66509C

Tints of Butterfly Bush #66509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.15%

R = 30.18%
G = 23.67%
B = 46.15%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66509C (or 0x66509C) is known color: Butterfly Bush. HEX triplet: 66, 50 and 9C. RGB value is (102,80,156). Sum of RGB (Red+Green+Blue) = 102+80+156=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #66509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66509C is #99AF63. Grayscale: #5E5E5E. Windows color (decimal): -10071908 or 10244198. OLE color: 10244198.

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

Color convert

RGB 102 80 156 -
CMYK 0.35 0.49 0 0.39
HSL 257.37º 0.32% 0.46% -
HSV(B) 257.37º 0.49% 0.61% -
XYZ 14.35 10.96 32.81 -
YUV 95.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 102 80 156 0.35 0.49 0 0.39 257.37 0.32 0.46
Hex 66 50 9C 23 31 0 27 101 20 2E
Octal 146 120 234 43 61 0 47 401 40 56
Binary 1100110 1010000 10011100 100011 110001 0 100111 100000001 100000 101110

Color Harmonies of #66509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66509C

Black with #66509C

Text Example


Text Example

White with #66509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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