Html Css Color HEX #6C569B Butterfly Bush

📋 copy color: '#6C569B'

red 108 ◦ green 86 ◦ blue 155

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

Shades of Butterfly Bush #6C569B

Tints of Butterfly Bush #6C569B

RGB

 RED value IS 108 (42.58% from 255) = 30.95%

 GREEN value IS 86 (33.98% from 255) = 24.64%

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

R = 30.95%
G = 24.64%
B = 44.41%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C569B (or 0x6C569B) is known color: Butterfly Bush. HEX triplet: 6C, 56 and 9B. RGB value is (108,86,155). Sum of RGB (Red+Green+Blue) = 108+86+155=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C569B is #93A964. Grayscale: #646464. Windows color (decimal): -9677157 or 10180204. OLE color: 10180204.

HSL color Cylindrical-coordinate representation of color #6C569B: hue angle of 259.13º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C569B is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 86 155 -
CMYK 0.30 0.45 0 0.39
HSL 259.13º 0.29% 0.47% -
HSV(B) 259.13º 0.45% 0.61% -
XYZ 15.43 12.21 32.55 -
YUV 100.44 158.79 133.39 -
System Red Green Blue C M Y K H S L
Decimal 108 86 155 0.30 0.45 0 0.39 259.13 0.29 0.47
Hex 6C 56 9B 1E 2D 0 27 103 1D 2F
Octal 154 126 233 36 55 0 47 403 35 57
Binary 1101100 1010110 10011011 11110 101101 0 100111 100000011 11101 101111

Color Harmonies of #6C569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C569B

Black with #6C569B

Text Example


Text Example

White with #6C569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C569B; }

 p { color: rgb(108,86,155); }

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

background-color css

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

 a { background-color: rgb(108,86,155); }

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

border-color css

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

 span { border-color: rgb(108,86,155); }

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