Html Css Color HEX #6B5397 Butterfly Bush

📋 copy color: '#6B5397'

red 107 ◦ green 83 ◦ blue 151

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

Shades of Butterfly Bush #6B5397

Tints of Butterfly Bush #6B5397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.28%

R = 31.38%
G = 24.34%
B = 44.28%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6B5397 (or 0x6B5397) is known color: Butterfly Bush. HEX triplet: 6B, 53 and 97. RGB value is (107,83,151). Sum of RGB (Red+Green+Blue) = 107+83+151=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B5397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5397 is #94AC68. Grayscale: #616161. Windows color (decimal): -9743465 or 9917291. OLE color: 9917291.

HSL color Cylindrical-coordinate representation of color #6B5397: hue angle of 261.18º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B5397 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 83 151 -
CMYK 0.29 0.45 0 0.41
HSL 261.18º 0.29% 0.46% -
HSV(B) 261.18º 0.45% 0.59% -
XYZ 14.74 11.55 30.73 -
YUV 97.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 107 83 151 0.29 0.45 0 0.41 261.18 0.29 0.46
Hex 6B 53 97 1D 2D 0 29 105 1D 2E
Octal 153 123 227 35 55 0 51 405 35 56
Binary 1101011 1010011 10010111 11101 101101 0 101001 100000101 11101 101110

Color Harmonies of #6B5397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5397

Black with #6B5397

Text Example


Text Example

White with #6B5397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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