Html Css Color HEX #6C5899 Butterfly Bush

📋 copy color: '#6C5899'

red 108 ◦ green 88 ◦ blue 153

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

Shades of Butterfly Bush #6C5899

Tints of Butterfly Bush #6C5899

RGB

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

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

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

R = 30.95%
G = 25.21%
B = 43.84%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6C5899 (or 0x6C5899) is known color: Butterfly Bush. HEX triplet: 6C, 58 and 99. RGB value is (108,88,153). Sum of RGB (Red+Green+Blue) = 108+88+153=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #6C5899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5899 is #93A766. Grayscale: #656565. Windows color (decimal): -9676647 or 10049644. OLE color: 10049644.

HSL color Cylindrical-coordinate representation of color #6C5899: hue angle of 258.46º 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 #6C5899 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 108 88 153 -
CMYK 0.29 0.42 0 0.4
HSL 258.46º 0.27% 0.47% -
HSV(B) 258.46º 0.42% 0.6% -
XYZ 15.42 12.47 31.73 -
YUV 101.39 157.13 132.71 -
System Red Green Blue C M Y K H S L
Decimal 108 88 153 0.29 0.42 0 0.4 258.46 0.27 0.47
Hex 6C 58 99 1D 2A 0 28 102 1B 2F
Octal 154 130 231 35 52 0 50 402 33 57
Binary 1101100 1011000 10011001 11101 101010 0 101000 100000010 11011 101111

Color Harmonies of #6C5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5899

Black with #6C5899

Text Example


Text Example

White with #6C5899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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