Html Css Color HEX #6761BC Blue Marguerite

📋 copy color: '#6761BC'

red 103 ◦ green 97 ◦ blue 188

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

Shades of Blue Marguerite #6761BC

Tints of Blue Marguerite #6761BC

RGB

 RED value IS 103 (40.63% from 255) = 26.55%

 GREEN value IS 97 (38.28% from 255) = 25%

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

R = 26.55%
G = 25%
B = 48.45%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6761BC (or 0x6761BC) is known color: Blue Marguerite. HEX triplet: 67, 61 and BC. RGB value is (103,97,188). Sum of RGB (Red+Green+Blue) = 103+97+188=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #6761BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6761BC is #989E43. Grayscale: #6C6C6C. Windows color (decimal): -10001988 or 12345703. OLE color: 12345703.

HSL color Cylindrical-coordinate representation of color #6761BC: hue angle of 243.96º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6761BC is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 97 188 -
CMYK 0.45 0.48 0 0.26
HSL 243.96º 0.4% 0.56% -
HSV(B) 243.96º 0.48% 0.74% -
XYZ 18.95 15.06 49.49 -
YUV 109.17 172.49 123.6 -
System Red Green Blue C M Y K H S L
Decimal 103 97 188 0.45 0.48 0 0.26 243.96 0.4 0.56
Hex 67 61 BC 2D 30 0 1A F4 28 38
Octal 147 141 274 55 60 0 32 364 50 70
Binary 1100111 1100001 10111100 101101 110000 0 11010 11110100 101000 111000

Color Harmonies of #6761BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6761BC

Black with #6761BC

Text Example


Text Example

White with #6761BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6761BC; }

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

 H1.HeaderClassName
 {
   color: #6761BC;
 }
 .AnyTagClassName
 {
   color: #6761BC;
 }
</style>

background-color css

<style>
 a { background-color: #6761BC; }

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

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

border-color css

<style>
 span { border-color: #6761BC; }

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

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