Html Css Color HEX #6754BC Blue Marguerite

📋 copy color: '#6754BC'

red 103 ◦ green 84 ◦ blue 188

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

Shades of Blue Marguerite #6754BC

Tints of Blue Marguerite #6754BC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.4%

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

R = 27.47%
G = 22.4%
B = 50.13%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6754BC (or 0x6754BC) is known color: Blue Marguerite. HEX triplet: 67, 54 and BC. RGB value is (103,84,188). Sum of RGB (Red+Green+Blue) = 103+84+188=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #6754BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6754BC is #98AB43. Grayscale: #656565. Windows color (decimal): -10005316 or 12342375. OLE color: 12342375.

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

Color convert

RGB 103 84 188 -
CMYK 0.45 0.55 0 0.26
HSL 250.96º 0.44% 0.53% -
HSV(B) 250.96º 0.55% 0.74% -
XYZ 17.84 12.86 49.12 -
YUV 101.54 176.79 129.04 -
System Red Green Blue C M Y K H S L
Decimal 103 84 188 0.45 0.55 0 0.26 250.96 0.44 0.53
Hex 67 54 BC 2D 37 0 1A FB 2C 35
Octal 147 124 274 55 67 0 32 373 54 65
Binary 1100111 1010100 10111100 101101 110111 0 11010 11111011 101100 110101

Color Harmonies of #6754BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6754BC

Black with #6754BC

Text Example


Text Example

White with #6754BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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