Html Css Color HEX #6752BA Blue Marguerite

📋 copy color: '#6752BA'

red 103 ◦ green 82 ◦ blue 186

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

Shades of Blue Marguerite #6752BA

Tints of Blue Marguerite #6752BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.1%

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 27.76%
G = 22.1%
B = 50.13%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6752BA (or 0x6752BA) is known color: Blue Marguerite. HEX triplet: 67, 52 and BA. RGB value is (103,82,186). Sum of RGB (Red+Green+Blue) = 103+82+186=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #6752BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6752BA is #98AD45. Grayscale: #636363. Windows color (decimal): -10005830 or 12210791. OLE color: 12210791.

HSL color Cylindrical-coordinate representation of color #6752BA: hue angle of 252.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6752BA is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 82 186 -
CMYK 0.45 0.56 0 0.27
HSL 252.12º 0.43% 0.53% -
HSV(B) 252.12º 0.56% 0.73% -
XYZ 17.47 12.46 47.94 -
YUV 100.14 176.46 130.04 -
System Red Green Blue C M Y K H S L
Decimal 103 82 186 0.45 0.56 0 0.27 252.12 0.43 0.53
Hex 67 52 BA 2D 38 0 1B FC 2B 35
Octal 147 122 272 55 70 0 33 374 53 65
Binary 1100111 1010010 10111010 101101 111000 0 11011 11111100 101011 110101

Color Harmonies of #6752BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6752BA

Black with #6752BA

Text Example


Text Example

White with #6752BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6752BA; }

 p { color: rgb(103,82,186); }

 H1.HeaderClassName
 {
   color: #6752BA;
 }
 .AnyTagClassName
 {
   color: #6752BA;
 }
</style>

background-color css

<style>
 a { background-color: #6752BA; }

 a { background-color: rgb(103,82,186); }

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

border-color css

<style>
 span { border-color: #6752BA; }

 span { border-color: rgb(103,82,186); }

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