Html Css Color HEX #6B5384 Butterfly Bush

📋 copy color: '#6B5384'

red 107 ◦ green 83 ◦ blue 132

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

Shades of Butterfly Bush #6B5384

Tints of Butterfly Bush #6B5384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

 BLUE value IS 132 (51.95% from 255) = 40.99%

R = 33.23%
G = 25.78%
B = 40.99%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6B5384 (or 0x6B5384) is known color: Butterfly Bush. HEX triplet: 6B, 53 and 84. RGB value is (107,83,132). Sum of RGB (Red+Green+Blue) = 107+83+132=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B5384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5384 is #94AC7B. Grayscale: #5F5F5F. Windows color (decimal): -9743484 or 8672107. OLE color: 8672107.

HSL color Cylindrical-coordinate representation of color #6B5384: hue angle of 269.39º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B5384 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 83 132 -
CMYK 0.19 0.37 0 0.48
HSL 269.39º 0.23% 0.42% -
HSV(B) 269.39º 0.37% 0.52% -
XYZ 13.32 10.98 23.25 -
YUV 95.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 107 83 132 0.19 0.37 0 0.48 269.39 0.23 0.42
Hex 6B 53 84 13 25 0 30 10D 17 2A
Octal 153 123 204 23 45 0 60 415 27 52
Binary 1101011 1010011 10000100 10011 100101 0 110000 100001101 10111 101010

Color Harmonies of #6B5384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5384

Black with #6B5384

Text Example


Text Example

White with #6B5384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,83,132); }

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

background-color css

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

 a { background-color: rgb(107,83,132); }

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

border-color css

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

 span { border-color: rgb(107,83,132); }

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