Html Css Color HEX #6C5887 Butterfly Bush

📋 copy color: '#6C5887'

red 108 ◦ green 88 ◦ blue 135

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

Shades of Butterfly Bush #6C5887

Tints of Butterfly Bush #6C5887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.79%

R = 32.63%
G = 26.59%
B = 40.79%

CMYK

 C value IS 0.2

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6C5887 (or 0x6C5887) is known color: Butterfly Bush. HEX triplet: 6C, 58 and 87. RGB value is (108,88,135). Sum of RGB (Red+Green+Blue) = 108+88+135=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C5887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5887 is #93A778. Grayscale: #636363. Windows color (decimal): -9676665 or 8869996. OLE color: 8869996.

HSL color Cylindrical-coordinate representation of color #6C5887: hue angle of 265.53º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C5887 is Cyan = 0.2, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 88 135 -
CMYK 0.2 0.35 0 0.47
HSL 265.53º 0.21% 0.44% -
HSV(B) 265.53º 0.35% 0.53% -
XYZ 14.05 11.92 24.48 -
YUV 99.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 108 88 135 0.2 0.35 0 0.47 265.53 0.21 0.44
Hex 6C 58 87 14 23 0 2F 10A 15 2C
Octal 154 130 207 24 43 0 57 412 25 54
Binary 1101100 1011000 10000111 10100 100011 0 101111 100001010 10101 101100

Color Harmonies of #6C5887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5887

Black with #6C5887

Text Example


Text Example

White with #6C5887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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