Html Css Color HEX #6B5295 Butterfly Bush

📋 copy color: '#6B5295'

red 107 ◦ green 82 ◦ blue 149

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

Shades of Butterfly Bush #6B5295

Tints of Butterfly Bush #6B5295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 31.66%
G = 24.26%
B = 44.08%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B5295 (or 0x6B5295) is known color: Butterfly Bush. HEX triplet: 6B, 52 and 95. RGB value is (107,82,149). Sum of RGB (Red+Green+Blue) = 107+82+149=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B5295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5295 is #94AD6A. Grayscale: #606060. Windows color (decimal): -9743723 or 9785963. OLE color: 9785963.

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

Color convert

RGB 107 82 149 -
CMYK 0.28 0.45 0 0.42
HSL 262.39º 0.29% 0.45% -
HSV(B) 262.39º 0.45% 0.58% -
XYZ 14.51 11.33 29.86 -
YUV 97.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 107 82 149 0.28 0.45 0 0.42 262.39 0.29 0.45
Hex 6B 52 95 1C 2D 0 2A 106 1D 2D
Octal 153 122 225 34 55 0 52 406 35 55
Binary 1101011 1010010 10010101 11100 101101 0 101010 100000110 11101 101101

Color Harmonies of #6B5295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5295

Black with #6B5295

Text Example


Text Example

White with #6B5295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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