Html Css Color HEX #6C5498 Butterfly Bush

📋 copy color: '#6C5498'

red 108 ◦ green 84 ◦ blue 152

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

Shades of Butterfly Bush #6C5498

Tints of Butterfly Bush #6C5498

RGB

 RED value IS 108 (42.58% from 255) = 31.4%

 GREEN value IS 84 (33.2% from 255) = 24.42%

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

R = 31.4%
G = 24.42%
B = 44.19%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6C5498 (or 0x6C5498) is known color: Butterfly Bush. HEX triplet: 6C, 54 and 98. RGB value is (108,84,152). Sum of RGB (Red+Green+Blue) = 108+84+152=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 152 (59.77% from 255 or 44.19% from 344); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C5498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5498 is #93AB67. Grayscale: #626262. Windows color (decimal): -9677672 or 9983084. OLE color: 9983084.

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

Color convert

RGB 108 84 152 -
CMYK 0.29 0.45 0 0.40
HSL 261.18º 0.29% 0.46% -
HSV(B) 261.18º 0.45% 0.6% -
XYZ 15.02 11.8 31.19 -
YUV 98.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 108 84 152 0.29 0.45 0 0.40 261.18 0.29 0.46
Hex 6C 54 98 1D 2D 0 28 105 1D 2E
Octal 154 124 230 35 55 0 50 405 35 56
Binary 1101100 1010100 10011000 11101 101101 0 101000 100000101 11101 101110

Color Harmonies of #6C5498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5498

Black with #6C5498

Text Example


Text Example

White with #6C5498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,84,152); }

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

background-color css

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

 a { background-color: rgb(108,84,152); }

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

border-color css

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

 span { border-color: rgb(108,84,152); }

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