Html Css Color HEX #6C5299 Butterfly Bush

📋 copy color: '#6C5299'

red 108 ◦ green 82 ◦ blue 153

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

Shades of Butterfly Bush #6C5299

Tints of Butterfly Bush #6C5299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.91%

 BLUE value IS 153 (60.16% from 255) = 44.61%

R = 31.49%
G = 23.91%
B = 44.61%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6C5299 (or 0x6C5299) is known color: Butterfly Bush. HEX triplet: 6C, 52 and 99. RGB value is (108,82,153). Sum of RGB (Red+Green+Blue) = 108+82+153=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C5299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5299 is #93AD66. Grayscale: #616161. Windows color (decimal): -9678183 or 10048108. OLE color: 10048108.

HSL color Cylindrical-coordinate representation of color #6C5299: 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.46%. Process color model (Four color, CMYK) of #6C5299 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 82 153 -
CMYK 0.29 0.46 0 0.4
HSL 261.97º 0.3% 0.46% -
HSV(B) 261.97º 0.46% 0.6% -
XYZ 14.95 11.52 31.57 -
YUV 97.87 159.11 135.23 -
System Red Green Blue C M Y K H S L
Decimal 108 82 153 0.29 0.46 0 0.4 261.97 0.3 0.46
Hex 6C 52 99 1D 2E 0 28 106 1E 2E
Octal 154 122 231 35 56 0 50 406 36 56
Binary 1101100 1010010 10011001 11101 101110 0 101000 100000110 11110 101110

Color Harmonies of #6C5299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5299

Black with #6C5299

Text Example


Text Example

White with #6C5299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,82,153); }

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

background-color css

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

 a { background-color: rgb(108,82,153); }

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

border-color css

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

 span { border-color: rgb(108,82,153); }

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