Html Css Color HEX #6C56BD Blue Marguerite

📋 copy color: '#6C56BD'

red 108 ◦ green 86 ◦ blue 189

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

Shades of Blue Marguerite #6C56BD

Tints of Blue Marguerite #6C56BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.35%

R = 28.2%
G = 22.45%
B = 49.35%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C56BD (or 0x6C56BD) is known color: Blue Marguerite. HEX triplet: 6C, 56 and BD. RGB value is (108,86,189). Sum of RGB (Red+Green+Blue) = 108+86+189=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C56BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C56BD is #93A942. Grayscale: #676767. Windows color (decimal): -9677123 or 12408428. OLE color: 12408428.

HSL color Cylindrical-coordinate representation of color #6C56BD: hue angle of 252.82º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C56BD is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 86 189 -
CMYK 0.43 0.54 0 0.26
HSL 252.82º 0.44% 0.54% -
HSV(B) 252.82º 0.54% 0.74% -
XYZ 18.7 13.52 49.77 -
YUV 104.32 175.79 130.62 -
System Red Green Blue C M Y K H S L
Decimal 108 86 189 0.43 0.54 0 0.26 252.82 0.44 0.54
Hex 6C 56 BD 2B 36 0 1A FD 2C 36
Octal 154 126 275 53 66 0 32 375 54 66
Binary 1101100 1010110 10111101 101011 110110 0 11010 11111101 101100 110110

Color Harmonies of #6C56BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C56BD

Black with #6C56BD

Text Example


Text Example

White with #6C56BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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