Html Css Color HEX #6B558A Butterfly Bush

📋 copy color: '#6B558A'

red 107 ◦ green 85 ◦ blue 138

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

Shades of Butterfly Bush #6B558A

Tints of Butterfly Bush #6B558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.76%

 BLUE value IS 138 (54.3% from 255) = 41.82%

R = 32.42%
G = 25.76%
B = 41.82%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6B558A (or 0x6B558A) is known color: Butterfly Bush. HEX triplet: 6B, 55 and 8A. RGB value is (107,85,138). Sum of RGB (Red+Green+Blue) = 107+85+138=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B558A is #94AA75. Grayscale: #616161. Windows color (decimal): -9742966 or 9065835. OLE color: 9065835.

HSL color Cylindrical-coordinate representation of color #6B558A: hue angle of 264.91º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B558A is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 107 85 138 -
CMYK 0.22 0.38 0 0.46
HSL 264.91º 0.24% 0.44% -
HSV(B) 264.91º 0.38% 0.54% -
XYZ 13.9 11.46 25.52 -
YUV 97.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 107 85 138 0.22 0.38 0 0.46 264.91 0.24 0.44
Hex 6B 55 8A 16 26 0 2E 109 18 2C
Octal 153 125 212 26 46 0 56 411 30 54
Binary 1101011 1010101 10001010 10110 100110 0 101110 100001001 11000 101100

Color Harmonies of #6B558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B558A

Black with #6B558A

Text Example


Text Example

White with #6B558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,85,138); }

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

background-color css

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

 a { background-color: rgb(107,85,138); }

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

border-color css

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

 span { border-color: rgb(107,85,138); }

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