Html Css Color HEX #6D5898 Butterfly Bush

📋 copy color: '#6D5898'

red 109 ◦ green 88 ◦ blue 152

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

Shades of Butterfly Bush #6D5898

Tints of Butterfly Bush #6D5898

RGB

 RED value IS 109 (42.97% from 255) = 31.23%

 GREEN value IS 88 (34.77% from 255) = 25.21%

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

R = 31.23%
G = 25.21%
B = 43.55%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6D5898 (or 0x6D5898) is known color: Butterfly Bush. HEX triplet: 6D, 58 and 98. RGB value is (109,88,152). Sum of RGB (Red+Green+Blue) = 109+88+152=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #6D5898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5898 is #92A767. Grayscale: #656565. Windows color (decimal): -9611112 or 9984109. OLE color: 9984109.

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

Color convert

RGB 109 88 152 -
CMYK 0.28 0.42 0 0.40
HSL 259.69º 0.27% 0.47% -
HSV(B) 259.69º 0.42% 0.6% -
XYZ 15.46 12.5 31.3 -
YUV 101.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 109 88 152 0.28 0.42 0 0.40 259.69 0.27 0.47
Hex 6D 58 98 1C 2A 0 28 104 1B 2F
Octal 155 130 230 34 52 0 50 404 33 57
Binary 1101101 1011000 10011000 11100 101010 0 101000 100000100 11011 101111

Color Harmonies of #6D5898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5898

Black with #6D5898

Text Example


Text Example

White with #6D5898

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,88,152); }

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

background-color css

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

 a { background-color: rgb(109,88,152); }

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

border-color css

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

 span { border-color: rgb(109,88,152); }

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