Html Css Color HEX #6B5292 Butterfly Bush

📋 copy color: '#6B5292'

red 107 ◦ green 82 ◦ blue 146

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

Shades of Butterfly Bush #6B5292

Tints of Butterfly Bush #6B5292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.58%

R = 31.94%
G = 24.48%
B = 43.58%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B5292 (or 0x6B5292) is known color: Butterfly Bush. HEX triplet: 6B, 52 and 92. RGB value is (107,82,146). Sum of RGB (Red+Green+Blue) = 107+82+146=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B5292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5292 is #94AD6D. Grayscale: #606060. Windows color (decimal): -9743726 or 9589355. OLE color: 9589355.

HSL color Cylindrical-coordinate representation of color #6B5292: hue angle of 263.44º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B5292 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 82 146 -
CMYK 0.27 0.44 0 0.43
HSL 263.44º 0.28% 0.45% -
HSV(B) 263.44º 0.44% 0.57% -
XYZ 14.27 11.24 28.61 -
YUV 96.77 155.78 135.3 -
System Red Green Blue C M Y K H S L
Decimal 107 82 146 0.27 0.44 0 0.43 263.44 0.28 0.45
Hex 6B 52 92 1B 2C 0 2B 107 1C 2D
Octal 153 122 222 33 54 0 53 407 34 55
Binary 1101011 1010010 10010010 11011 101100 0 101011 100000111 11100 101101

Color Harmonies of #6B5292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5292

Black with #6B5292

Text Example


Text Example

White with #6B5292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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