Html Css Color HEX #6752BF Blue Marguerite

📋 copy color: '#6752BF'

red 103 ◦ green 82 ◦ blue 191

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

Shades of Blue Marguerite #6752BF

Tints of Blue Marguerite #6752BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.8%

R = 27.39%
G = 21.81%
B = 50.8%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6752BF (or 0x6752BF) is known color: Blue Marguerite. HEX triplet: 67, 52 and BF. RGB value is (103,82,191). Sum of RGB (Red+Green+Blue) = 103+82+191=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #6752BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6752BF is #98AD40. Grayscale: #646464. Windows color (decimal): -10005825 or 12538471. OLE color: 12538471.

HSL color Cylindrical-coordinate representation of color #6752BF: hue angle of 251.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6752BF is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 82 191 -
CMYK 0.46 0.57 0 0.25
HSL 251.56º 0.46% 0.54% -
HSV(B) 251.56º 0.57% 0.75% -
XYZ 18.01 12.68 50.79 -
YUV 100.71 178.96 129.64 -
System Red Green Blue C M Y K H S L
Decimal 103 82 191 0.46 0.57 0 0.25 251.56 0.46 0.54
Hex 67 52 BF 2E 39 0 19 FC 2E 36
Octal 147 122 277 56 71 0 31 374 56 66
Binary 1100111 1010010 10111111 101110 111001 0 11001 11111100 101110 110110

Color Harmonies of #6752BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6752BF

Black with #6752BF

Text Example


Text Example

White with #6752BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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