Html Css Color HEX #6B538B Butterfly Bush

📋 copy color: '#6B538B'

red 107 ◦ green 83 ◦ blue 139

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

Shades of Butterfly Bush #6B538B

Tints of Butterfly Bush #6B538B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.23%

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

R = 32.52%
G = 25.23%
B = 42.25%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B538B (or 0x6B538B) is known color: Butterfly Bush. HEX triplet: 6B, 53 and 8B. RGB value is (107,83,139). Sum of RGB (Red+Green+Blue) = 107+83+139=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 83 (32.81% from 255 or 25.23% 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 #6B538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B538B is #94AC74. Grayscale: #606060. Windows color (decimal): -9743477 or 9130859. OLE color: 9130859.

HSL color Cylindrical-coordinate representation of color #6B538B: hue angle of 265.71º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B538B is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 83 139 -
CMYK 0.23 0.40 0 0.45
HSL 265.71º 0.25% 0.44% -
HSV(B) 265.71º 0.4% 0.55% -
XYZ 13.82 11.18 25.86 -
YUV 96.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 107 83 139 0.23 0.40 0 0.45 265.71 0.25 0.44
Hex 6B 53 8B 17 28 0 2D 10A 19 2C
Octal 153 123 213 27 50 0 55 412 31 54
Binary 1101011 1010011 10001011 10111 101000 0 101101 100001010 11001 101100

Color Harmonies of #6B538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B538B

Black with #6B538B

Text Example


Text Example

White with #6B538B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,83,139); }

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

background-color css

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

 a { background-color: rgb(107,83,139); }

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

border-color css

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

 span { border-color: rgb(107,83,139); }

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