Html Css Color HEX #6753BE Blue Marguerite

📋 copy color: '#6753BE'

red 103 ◦ green 83 ◦ blue 190

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

Shades of Blue Marguerite #6753BE

Tints of Blue Marguerite #6753BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 27.39%
G = 22.07%
B = 50.53%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6753BE (or 0x6753BE) is known color: Blue Marguerite. HEX triplet: 67, 53 and BE. RGB value is (103,83,190). Sum of RGB (Red+Green+Blue) = 103+83+190=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #6753BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6753BE is #98AC41. Grayscale: #646464. Windows color (decimal): -10005570 or 12473191. OLE color: 12473191.

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

Color convert

RGB 103 83 190 -
CMYK 0.46 0.56 0 0.25
HSL 251.22º 0.45% 0.54% -
HSV(B) 251.22º 0.56% 0.75% -
XYZ 17.98 12.79 50.24 -
YUV 101.18 178.13 129.3 -
System Red Green Blue C M Y K H S L
Decimal 103 83 190 0.46 0.56 0 0.25 251.22 0.45 0.54
Hex 67 53 BE 2E 38 0 19 FB 2D 36
Octal 147 123 276 56 70 0 31 373 55 66
Binary 1100111 1010011 10111110 101110 111000 0 11001 11111011 101101 110110

Color Harmonies of #6753BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6753BE

Black with #6753BE

Text Example


Text Example

White with #6753BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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