Html Css Color HEX #6B508B Butterfly Bush

📋 copy color: '#6B508B'

red 107 ◦ green 80 ◦ blue 139

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

Shades of Butterfly Bush #6B508B

Tints of Butterfly Bush #6B508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.54%

 BLUE value IS 139 (54.69% from 255) = 42.64%

R = 32.82%
G = 24.54%
B = 42.64%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B508B (or 0x6B508B) is known color: Butterfly Bush. HEX triplet: 6B, 50 and 8B. RGB value is (107,80,139). Sum of RGB (Red+Green+Blue) = 107+80+139=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B508B is #94AF74. Grayscale: #5E5E5E. Windows color (decimal): -9744245 or 9130091. OLE color: 9130091.

HSL color Cylindrical-coordinate representation of color #6B508B: hue angle of 267.46º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B508B is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 80 139 -
CMYK 0.23 0.42 0 0.45
HSL 267.46º 0.27% 0.43% -
HSV(B) 267.46º 0.42% 0.55% -
XYZ 13.59 10.73 25.78 -
YUV 94.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 107 80 139 0.23 0.42 0 0.45 267.46 0.27 0.43
Hex 6B 50 8B 17 2A 0 2D 10B 1B 2B
Octal 153 120 213 27 52 0 55 413 33 53
Binary 1101011 1010000 10001011 10111 101010 0 101101 100001011 11011 101011

Color Harmonies of #6B508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B508B

Black with #6B508B

Text Example


Text Example

White with #6B508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,80,139); }

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

background-color css

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

 a { background-color: rgb(107,80,139); }

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

border-color css

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

 span { border-color: rgb(107,80,139); }

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