Html Css Color HEX #6D65BC Blue Marguerite

📋 copy color: '#6D65BC'

red 109 ◦ green 101 ◦ blue 188

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

Shades of Blue Marguerite #6D65BC

Tints of Blue Marguerite #6D65BC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.38%

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

R = 27.39%
G = 25.38%
B = 47.24%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D65BC (or 0x6D65BC) is known color: Blue Marguerite. HEX triplet: 6D, 65 and BC. RGB value is (109,101,188). Sum of RGB (Red+Green+Blue) = 109+101+188=398 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.39% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D65BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D65BC is #929A43. Grayscale: #707070. Windows color (decimal): -9607748 or 12346733. OLE color: 12346733.

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

Color convert

RGB 109 101 188 -
CMYK 0.42 0.46 0 0.26
HSL 245.52º 0.39% 0.57% -
HSV(B) 245.52º 0.46% 0.74% -
XYZ 20.04 16.19 49.65 -
YUV 113.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 109 101 188 0.42 0.46 0 0.26 245.52 0.39 0.57
Hex 6D 65 BC 2A 2E 0 1A F6 27 39
Octal 155 145 274 52 56 0 32 366 47 71
Binary 1101101 1100101 10111100 101010 101110 0 11010 11110110 100111 111001

Color Harmonies of #6D65BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D65BC

Black with #6D65BC

Text Example


Text Example

White with #6D65BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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