Html Css Color HEX #6C5389 Butterfly Bush

📋 copy color: '#6C5389'

red 108 ◦ green 83 ◦ blue 137

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

Shades of Butterfly Bush #6C5389

Tints of Butterfly Bush #6C5389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.3%

 BLUE value IS 137 (53.91% from 255) = 41.77%

R = 32.93%
G = 25.3%
B = 41.77%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6C5389 (or 0x6C5389) is known color: Butterfly Bush. HEX triplet: 6C, 53 and 89. RGB value is (108,83,137). Sum of RGB (Red+Green+Blue) = 108+83+137=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C5389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5389 is #93AC76. Grayscale: #606060. Windows color (decimal): -9677943 or 8999788. OLE color: 8999788.

HSL color Cylindrical-coordinate representation of color #6C5389: hue angle of 267.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C5389 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 83 137 -
CMYK 0.21 0.39 0 0.46
HSL 267.78º 0.25% 0.43% -
HSV(B) 267.78º 0.39% 0.54% -
XYZ 13.79 11.18 25.1 -
YUV 96.63 150.78 136.11 -
System Red Green Blue C M Y K H S L
Decimal 108 83 137 0.21 0.39 0 0.46 267.78 0.25 0.43
Hex 6C 53 89 15 27 0 2E 10C 19 2B
Octal 154 123 211 25 47 0 56 414 31 53
Binary 1101100 1010011 10001001 10101 100111 0 101110 100001100 11001 101011

Color Harmonies of #6C5389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5389

Black with #6C5389

Text Example


Text Example

White with #6C5389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,83,137); }

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

background-color css

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

 a { background-color: rgb(108,83,137); }

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

border-color css

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

 span { border-color: rgb(108,83,137); }

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