Html Css Color HEX #6753BC Blue Marguerite

📋 copy color: '#6753BC'

red 103 ◦ green 83 ◦ blue 188

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

Shades of Blue Marguerite #6753BC

Tints of Blue Marguerite #6753BC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.19%

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

R = 27.54%
G = 22.19%
B = 50.27%

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

#6753BC (or 0x6753BC) is known color: Blue Marguerite. HEX triplet: 67, 53 and BC. RGB value is (103,83,188). Sum of RGB (Red+Green+Blue) = 103+83+188=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #6753BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6753BC is #98AC43. Grayscale: #646464. Windows color (decimal): -10005572 or 12342119. OLE color: 12342119.

HSL color Cylindrical-coordinate representation of color #6753BC: hue angle of 251.43º 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 #6753BC is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 83 188 -
CMYK 0.45 0.56 0 0.26
HSL 251.43º 0.44% 0.53% -
HSV(B) 251.43º 0.56% 0.74% -
XYZ 17.76 12.7 49.09 -
YUV 100.95 177.13 129.46 -
System Red Green Blue C M Y K H S L
Decimal 103 83 188 0.45 0.56 0 0.26 251.43 0.44 0.53
Hex 67 53 BC 2D 38 0 1A FB 2C 35
Octal 147 123 274 55 70 0 32 373 54 65
Binary 1100111 1010011 10111100 101101 111000 0 11010 11111011 101100 110101

Color Harmonies of #6753BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6753BC

Black with #6753BC

Text Example


Text Example

White with #6753BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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