Html Css Color HEX #6752BC Blue Marguerite

📋 copy color: '#6752BC'

red 103 ◦ green 82 ◦ blue 188

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

Shades of Blue Marguerite #6752BC

Tints of Blue Marguerite #6752BC

RGB

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

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

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

R = 27.61%
G = 21.98%
B = 50.4%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6752BC (or 0x6752BC) is known color: Blue Marguerite. HEX triplet: 67, 52 and BC. RGB value is (103,82,188). Sum of RGB (Red+Green+Blue) = 103+82+188=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #6752BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6752BC is #98AD43. Grayscale: #636363. Windows color (decimal): -10005828 or 12341863. OLE color: 12341863.

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

Color convert

RGB 103 82 188 -
CMYK 0.45 0.56 0 0.26
HSL 251.89º 0.44% 0.53% -
HSV(B) 251.89º 0.56% 0.74% -
XYZ 17.69 12.55 49.07 -
YUV 100.36 177.46 129.88 -
System Red Green Blue C M Y K H S L
Decimal 103 82 188 0.45 0.56 0 0.26 251.89 0.44 0.53
Hex 67 52 BC 2D 38 0 1A FC 2C 35
Octal 147 122 274 55 70 0 32 374 54 65
Binary 1100111 1010010 10111100 101101 111000 0 11010 11111100 101100 110101

Color Harmonies of #6752BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6752BC

Black with #6752BC

Text Example


Text Example

White with #6752BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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