Html Css Color HEX #6D60BC Blue Marguerite

📋 copy color: '#6D60BC'

red 109 ◦ green 96 ◦ blue 188

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

Shades of Blue Marguerite #6D60BC

Tints of Blue Marguerite #6D60BC

RGB

 RED value IS 109 (42.97% from 255) = 27.74%

 GREEN value IS 96 (37.89% from 255) = 24.43%

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 27.74%
G = 24.43%
B = 47.84%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D60BC (or 0x6D60BC) is known color: Blue Marguerite. HEX triplet: 6D, 60 and BC. RGB value is (109,96,188). Sum of RGB (Red+Green+Blue) = 109+96+188=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D60BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D60BC is #929F43. Grayscale: #6E6E6E. Windows color (decimal): -9609028 or 12345453. OLE color: 12345453.

HSL color Cylindrical-coordinate representation of color #6D60BC: hue angle of 248.48º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D60BC is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 96 188 -
CMYK 0.42 0.49 0 0.26
HSL 248.48º 0.41% 0.56% -
HSV(B) 248.48º 0.49% 0.74% -
XYZ 19.57 15.25 49.49 -
YUV 110.38 171.81 127.02 -
System Red Green Blue C M Y K H S L
Decimal 109 96 188 0.42 0.49 0 0.26 248.48 0.41 0.56
Hex 6D 60 BC 2A 31 0 1A F8 29 38
Octal 155 140 274 52 61 0 32 370 51 70
Binary 1101101 1100000 10111100 101010 110001 0 11010 11111000 101001 111000

Color Harmonies of #6D60BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D60BC

Black with #6D60BC

Text Example


Text Example

White with #6D60BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,96,188); }

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

background-color css

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

 a { background-color: rgb(109,96,188); }

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

border-color css

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

 span { border-color: rgb(109,96,188); }

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