Html Css Color HEX #6C528B Butterfly Bush

📋 copy color: '#6C528B'

red 108 ◦ green 82 ◦ blue 139

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

Shades of Butterfly Bush #6C528B

Tints of Butterfly Bush #6C528B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.92%

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 32.83%
G = 24.92%
B = 42.25%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C528B (or 0x6C528B) is known color: Butterfly Bush. HEX triplet: 6C, 52 and 8B. RGB value is (108,82,139). Sum of RGB (Red+Green+Blue) = 108+82+139=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C528B is #93AD74. Grayscale: #606060. Windows color (decimal): -9678197 or 9130604. OLE color: 9130604.

HSL color Cylindrical-coordinate representation of color #6C528B: hue angle of 267.37º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C528B is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 82 139 -
CMYK 0.22 0.41 0 0.45
HSL 267.37º 0.26% 0.43% -
HSV(B) 267.37º 0.41% 0.55% -
XYZ 13.86 11.09 25.84 -
YUV 96.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 108 82 139 0.22 0.41 0 0.45 267.37 0.26 0.43
Hex 6C 52 8B 16 29 0 2D 10B 1A 2B
Octal 154 122 213 26 51 0 55 413 32 53
Binary 1101100 1010010 10001011 10110 101001 0 101101 100001011 11010 101011

Color Harmonies of #6C528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C528B

Black with #6C528B

Text Example


Text Example

White with #6C528B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,82,139); }

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

background-color css

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

 a { background-color: rgb(108,82,139); }

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

border-color css

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

 span { border-color: rgb(108,82,139); }

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