Html Css Color HEX #6B5692 Butterfly Bush

📋 copy color: '#6B5692'

red 107 ◦ green 86 ◦ blue 146

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

Shades of Butterfly Bush #6B5692

Tints of Butterfly Bush #6B5692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.37%

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

R = 31.56%
G = 25.37%
B = 43.07%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B5692 (or 0x6B5692) is known color: Butterfly Bush. HEX triplet: 6B, 56 and 92. RGB value is (107,86,146). Sum of RGB (Red+Green+Blue) = 107+86+146=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B5692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5692 is #94A96D. Grayscale: #626262. Windows color (decimal): -9742702 or 9590379. OLE color: 9590379.

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

Color convert

RGB 107 86 146 -
CMYK 0.27 0.41 0 0.43
HSL 261º 0.26% 0.45% -
HSV(B) 261º 0.41% 0.57% -
XYZ 14.58 11.86 28.71 -
YUV 99.12 154.46 133.62 -
System Red Green Blue C M Y K H S L
Decimal 107 86 146 0.27 0.41 0 0.43 261 0.26 0.45
Hex 6B 56 92 1B 29 0 2B 105 1A 2D
Octal 153 126 222 33 51 0 53 405 32 55
Binary 1101011 1010110 10010010 11011 101001 0 101011 100000101 11010 101101

Color Harmonies of #6B5692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5692

Black with #6B5692

Text Example


Text Example

White with #6B5692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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