Html Css Color HEX #6B5685 Butterfly Bush

📋 copy color: '#6B5685'

red 107 ◦ green 86 ◦ blue 133

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

Shades of Butterfly Bush #6B5685

Tints of Butterfly Bush #6B5685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.8%

R = 32.82%
G = 26.38%
B = 40.8%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B5685 (or 0x6B5685) is known color: Butterfly Bush. HEX triplet: 6B, 56 and 85. RGB value is (107,86,133). Sum of RGB (Red+Green+Blue) = 107+86+133=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B5685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5685 is #94A97A. Grayscale: #616161. Windows color (decimal): -9742715 or 8738411. OLE color: 8738411.

HSL color Cylindrical-coordinate representation of color #6B5685: hue angle of 266.81º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6B5685 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 86 133 -
CMYK 0.20 0.35 0 0.48
HSL 266.81º 0.21% 0.43% -
HSV(B) 266.81º 0.35% 0.52% -
XYZ 13.62 11.47 23.69 -
YUV 97.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 107 86 133 0.20 0.35 0 0.48 266.81 0.21 0.43
Hex 6B 56 85 14 23 0 30 10B 15 2B
Octal 153 126 205 24 43 0 60 413 25 53
Binary 1101011 1010110 10000101 10100 100011 0 110000 100001011 10101 101011

Color Harmonies of #6B5685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5685

Black with #6B5685

Text Example


Text Example

White with #6B5685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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