Html Css Color HEX #6C568E Butterfly Bush

📋 copy color: '#6C568E'

red 108 ◦ green 86 ◦ blue 142

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

Shades of Butterfly Bush #6C568E

Tints of Butterfly Bush #6C568E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.6%

 BLUE value IS 142 (55.86% from 255) = 42.26%

R = 32.14%
G = 25.6%
B = 42.26%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6C568E (or 0x6C568E) is known color: Butterfly Bush. HEX triplet: 6C, 56 and 8E. RGB value is (108,86,142). Sum of RGB (Red+Green+Blue) = 108+86+142=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C568E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C568E is #93A971. Grayscale: #626262. Windows color (decimal): -9677170 or 9328236. OLE color: 9328236.

HSL color Cylindrical-coordinate representation of color #6C568E: hue angle of 263.57º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C568E is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 86 142 -
CMYK 0.24 0.39 0 0.44
HSL 263.57º 0.25% 0.45% -
HSV(B) 263.57º 0.39% 0.56% -
XYZ 14.39 11.8 27.11 -
YUV 98.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 108 86 142 0.24 0.39 0 0.44 263.57 0.25 0.45
Hex 6C 56 8E 18 27 0 2C 108 19 2D
Octal 154 126 216 30 47 0 54 410 31 55
Binary 1101100 1010110 10001110 11000 100111 0 101100 100001000 11001 101101

Color Harmonies of #6C568E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C568E

Black with #6C568E

Text Example


Text Example

White with #6C568E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,86,142); }

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

background-color css

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

 a { background-color: rgb(108,86,142); }

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

border-color css

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

 span { border-color: rgb(108,86,142); }

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