Html Css Color HEX #6C5885 Butterfly Bush

📋 copy color: '#6C5885'

red 108 ◦ green 88 ◦ blue 133

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

Shades of Butterfly Bush #6C5885

Tints of Butterfly Bush #6C5885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.43%

R = 32.83%
G = 26.75%
B = 40.43%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6C5885 (or 0x6C5885) is known color: Butterfly Bush. HEX triplet: 6C, 58 and 85. RGB value is (108,88,133). Sum of RGB (Red+Green+Blue) = 108+88+133=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C5885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5885 is #93A77A. Grayscale: #626262. Windows color (decimal): -9676667 or 8738924. OLE color: 8738924.

HSL color Cylindrical-coordinate representation of color #6C5885: hue angle of 266.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C5885 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 88 133 -
CMYK 0.19 0.34 0 0.48
HSL 266.67º 0.2% 0.43% -
HSV(B) 266.67º 0.34% 0.52% -
XYZ 13.91 11.86 23.75 -
YUV 99.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 108 88 133 0.19 0.34 0 0.48 266.67 0.2 0.43
Hex 6C 58 85 13 22 0 30 10B 14 2B
Octal 154 130 205 23 42 0 60 413 24 53
Binary 1101100 1011000 10000101 10011 100010 0 110000 100001011 10100 101011

Color Harmonies of #6C5885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5885

Black with #6C5885

Text Example


Text Example

White with #6C5885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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