Html Css Color HEX #6E5C8C Butterfly Bush

📋 copy color: '#6E5C8C'

red 110 ◦ green 92 ◦ blue 140

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

Shades of Butterfly Bush #6E5C8C

Tints of Butterfly Bush #6E5C8C

RGB

 RED value IS 110 (43.36% from 255) = 32.16%

 GREEN value IS 92 (36.33% from 255) = 26.9%

 BLUE value IS 140 (55.08% from 255) = 40.94%

R = 32.16%
G = 26.9%
B = 40.94%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E5C8C (or 0x6E5C8C) is known color: Butterfly Bush. HEX triplet: 6E, 5C and 8C. RGB value is (110,92,140). Sum of RGB (Red+Green+Blue) = 110+92+140=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E5C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5C8C is #91A373. Grayscale: #666666. Windows color (decimal): -9544564 or 9198702. OLE color: 9198702.

HSL color Cylindrical-coordinate representation of color #6E5C8C: hue angle of 262.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E5C8C is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 92 140 -
CMYK 0.21 0.34 0 0.45
HSL 262.5º 0.21% 0.45% -
HSV(B) 262.5º 0.34% 0.55% -
XYZ 14.99 12.86 26.5 -
YUV 102.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 110 92 140 0.21 0.34 0 0.45 262.5 0.21 0.45
Hex 6E 5C 8C 15 22 0 2D 106 15 2D
Octal 156 134 214 25 42 0 55 406 25 55
Binary 1101110 1011100 10001100 10101 100010 0 101101 100000110 10101 101101

Color Harmonies of #6E5C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5C8C

Black with #6E5C8C

Text Example


Text Example

White with #6E5C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,92,140); }

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

background-color css

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

 a { background-color: rgb(110,92,140); }

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

border-color css

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

 span { border-color: rgb(110,92,140); }

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