Html Css Color HEX #6B5690 Butterfly Bush

📋 copy color: '#6B5690'

red 107 ◦ green 86 ◦ blue 144

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

Shades of Butterfly Bush #6B5690

Tints of Butterfly Bush #6B5690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 31.75%
G = 25.52%
B = 42.73%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6B5690 (or 0x6B5690) is known color: Butterfly Bush. HEX triplet: 6B, 56 and 90. RGB value is (107,86,144). Sum of RGB (Red+Green+Blue) = 107+86+144=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B5690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5690 is #94A96F. Grayscale: #626262. Windows color (decimal): -9742704 or 9459307. OLE color: 9459307.

HSL color Cylindrical-coordinate representation of color #6B5690: hue angle of 261.72º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B5690 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 86 144 -
CMYK 0.26 0.40 0 0.44
HSL 261.72º 0.25% 0.45% -
HSV(B) 261.72º 0.4% 0.56% -
XYZ 14.43 11.79 27.9 -
YUV 98.89 153.46 133.78 -
System Red Green Blue C M Y K H S L
Decimal 107 86 144 0.26 0.40 0 0.44 261.72 0.25 0.45
Hex 6B 56 90 1A 28 0 2C 106 19 2D
Octal 153 126 220 32 50 0 54 406 31 55
Binary 1101011 1010110 10010000 11010 101000 0 101100 100000110 11001 101101

Color Harmonies of #6B5690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5690

Black with #6B5690

Text Example


Text Example

White with #6B5690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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