Html Css Color HEX #6B5792 Butterfly Bush

📋 copy color: '#6B5792'

red 107 ◦ green 87 ◦ blue 146

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

Shades of Butterfly Bush #6B5792

Tints of Butterfly Bush #6B5792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.59%

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

R = 31.47%
G = 25.59%
B = 42.94%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6B5792 (or 0x6B5792) is known color: Butterfly Bush. HEX triplet: 6B, 57 and 92. RGB value is (107,87,146). Sum of RGB (Red+Green+Blue) = 107+87+146=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #6B5792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5792 is #94A86D. Grayscale: #636363. Windows color (decimal): -9742446 or 9590635. OLE color: 9590635.

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

Color convert

RGB 107 87 146 -
CMYK 0.27 0.40 0 0.43
HSL 260.34º 0.25% 0.46% -
HSV(B) 260.34º 0.4% 0.57% -
XYZ 14.66 12.02 28.74 -
YUV 99.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 107 87 146 0.27 0.40 0 0.43 260.34 0.25 0.46
Hex 6B 57 92 1B 28 0 2B 104 19 2E
Octal 153 127 222 33 50 0 53 404 31 56
Binary 1101011 1010111 10010010 11011 101000 0 101011 100000100 11001 101110

Color Harmonies of #6B5792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5792

Black with #6B5792

Text Example


Text Example

White with #6B5792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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