Html Css Color HEX #6B5198 Butterfly Bush

📋 copy color: '#6B5198'

red 107 ◦ green 81 ◦ blue 152

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

Shades of Butterfly Bush #6B5198

Tints of Butterfly Bush #6B5198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.82%

 BLUE value IS 152 (59.77% from 255) = 44.71%

R = 31.47%
G = 23.82%
B = 44.71%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6B5198 (or 0x6B5198) is known color: Butterfly Bush. HEX triplet: 6B, 51 and 98. RGB value is (107,81,152). Sum of RGB (Red+Green+Blue) = 107+81+152=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B5198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5198 is #94AE67. Grayscale: #606060. Windows color (decimal): -9743976 or 9982315. OLE color: 9982315.

HSL color Cylindrical-coordinate representation of color #6B5198: hue angle of 261.97º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B5198 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 81 152 -
CMYK 0.30 0.47 0 0.40
HSL 261.97º 0.3% 0.46% -
HSV(B) 261.97º 0.47% 0.6% -
XYZ 14.67 11.28 31.11 -
YUV 96.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 107 81 152 0.30 0.47 0 0.40 261.97 0.3 0.46
Hex 6B 51 98 1E 2F 0 28 106 1E 2E
Octal 153 121 230 36 57 0 50 406 36 56
Binary 1101011 1010001 10011000 11110 101111 0 101000 100000110 11110 101110

Color Harmonies of #6B5198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5198

Black with #6B5198

Text Example


Text Example

White with #6B5198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,81,152); }

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

background-color css

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

 a { background-color: rgb(107,81,152); }

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

border-color css

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

 span { border-color: rgb(107,81,152); }

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