Html Css Color HEX #6B528E Butterfly Bush

📋 copy color: '#6B528E'

red 107 ◦ green 82 ◦ blue 142

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

Shades of Butterfly Bush #6B528E

Tints of Butterfly Bush #6B528E

RGB

 RED value IS 107 (42.19% from 255) = 32.33%

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

 BLUE value IS 142 (55.86% from 255) = 42.9%

R = 32.33%
G = 24.77%
B = 42.9%

CMYK

 C value IS 0.25

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B528E (or 0x6B528E) is known color: Butterfly Bush. HEX triplet: 6B, 52 and 8E. RGB value is (107,82,142). Sum of RGB (Red+Green+Blue) = 107+82+142=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B528E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B528E is #94AD71. Grayscale: #606060. Windows color (decimal): -9743730 or 9327211. OLE color: 9327211.

HSL color Cylindrical-coordinate representation of color #6B528E: hue angle of 265º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B528E is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 82 142 -
CMYK 0.25 0.42 0 0.44
HSL 265º 0.27% 0.44% -
HSV(B) 265º 0.42% 0.56% -
XYZ 13.96 11.11 27 -
YUV 96.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 107 82 142 0.25 0.42 0 0.44 265 0.27 0.44
Hex 6B 52 8E 19 2A 0 2C 109 1B 2C
Octal 153 122 216 31 52 0 54 411 33 54
Binary 1101011 1010010 10001110 11001 101010 0 101100 100001001 11011 101100

Color Harmonies of #6B528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B528E

Black with #6B528E

Text Example


Text Example

White with #6B528E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,82,142); }

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

background-color css

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

 a { background-color: rgb(107,82,142); }

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

border-color css

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

 span { border-color: rgb(107,82,142); }

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