Html Css Color HEX #6D67BC Blue Marguerite

📋 copy color: '#6D67BC'

red 109 ◦ green 103 ◦ blue 188

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

Shades of Blue Marguerite #6D67BC

Tints of Blue Marguerite #6D67BC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.75%

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

R = 27.25%
G = 25.75%
B = 47%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D67BC (or 0x6D67BC) is known color: Blue Marguerite. HEX triplet: 6D, 67 and BC. RGB value is (109,103,188). Sum of RGB (Red+Green+Blue) = 109+103+188=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D67BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D67BC is #929843. Grayscale: #727272. Windows color (decimal): -9607236 or 12347245. OLE color: 12347245.

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

Color convert

RGB 109 103 188 -
CMYK 0.42 0.45 0 0.26
HSL 244.24º 0.39% 0.57% -
HSV(B) 244.24º 0.45% 0.74% -
XYZ 20.23 16.58 49.71 -
YUV 114.48 169.49 124.09 -
System Red Green Blue C M Y K H S L
Decimal 109 103 188 0.42 0.45 0 0.26 244.24 0.39 0.57
Hex 6D 67 BC 2A 2D 0 1A F4 27 39
Octal 155 147 274 52 55 0 32 364 47 71
Binary 1101101 1100111 10111100 101010 101101 0 11010 11110100 100111 111001

Color Harmonies of #6D67BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D67BC

Black with #6D67BC

Text Example


Text Example

White with #6D67BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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