Html Css Color HEX #6B538A Butterfly Bush

📋 copy color: '#6B538A'

red 107 ◦ green 83 ◦ blue 138

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

Shades of Butterfly Bush #6B538A

Tints of Butterfly Bush #6B538A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.07%

R = 32.62%
G = 25.3%
B = 42.07%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6B538A (or 0x6B538A) is known color: Butterfly Bush. HEX triplet: 6B, 53 and 8A. RGB value is (107,83,138). Sum of RGB (Red+Green+Blue) = 107+83+138=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 138 (54.30% from 255 or 42.07% from 328); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B538A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B538A is #94AC75. Grayscale: #606060. Windows color (decimal): -9743478 or 9065323. OLE color: 9065323.

HSL color Cylindrical-coordinate representation of color #6B538A: hue angle of 266.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B538A is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 107 83 138 -
CMYK 0.22 0.40 0 0.46
HSL 266.18º 0.25% 0.43% -
HSV(B) 266.18º 0.4% 0.54% -
XYZ 13.74 11.15 25.47 -
YUV 96.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 107 83 138 0.22 0.40 0 0.46 266.18 0.25 0.43
Hex 6B 53 8A 16 28 0 2E 10A 19 2B
Octal 153 123 212 26 50 0 56 412 31 53
Binary 1101011 1010011 10001010 10110 101000 0 101110 100001010 11001 101011

Color Harmonies of #6B538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B538A

Black with #6B538A

Text Example


Text Example

White with #6B538A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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