Html Css Color HEX #6F53BA Blue Marguerite

📋 copy color: '#6F53BA'

red 111 ◦ green 83 ◦ blue 186

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

Shades of Blue Marguerite #6F53BA

Tints of Blue Marguerite #6F53BA

RGB

 RED value IS 111 (43.75% from 255) = 29.21%

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

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 29.21%
G = 21.84%
B = 48.95%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F53BA (or 0x6F53BA) is known color: Blue Marguerite. HEX triplet: 6F, 53 and BA. RGB value is (111,83,186). Sum of RGB (Red+Green+Blue) = 111+83+186=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F53BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F53BA is #90AC45. Grayscale: #666666. Windows color (decimal): -9481286 or 12211055. OLE color: 12211055.

HSL color Cylindrical-coordinate representation of color #6F53BA: hue angle of 256.31º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F53BA is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 83 186 -
CMYK 0.40 0.55 0 0.27
HSL 256.31º 0.43% 0.53% -
HSV(B) 256.31º 0.55% 0.73% -
XYZ 18.51 13.11 48.01 -
YUV 103.11 174.78 133.62 -
System Red Green Blue C M Y K H S L
Decimal 111 83 186 0.40 0.55 0 0.27 256.31 0.43 0.53
Hex 6F 53 BA 28 37 0 1B 100 2B 35
Octal 157 123 272 50 67 0 33 400 53 65
Binary 1101111 1010011 10111010 101000 110111 0 11011 100000000 101011 110101

Color Harmonies of #6F53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F53BA

Black with #6F53BA

Text Example


Text Example

White with #6F53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F53BA; }

 p { color: rgb(111,83,186); }

 H1.HeaderClassName
 {
   color: #6F53BA;
 }
 .AnyTagClassName
 {
   color: #6F53BA;
 }
</style>

background-color css

<style>
 a { background-color: #6F53BA; }

 a { background-color: rgb(111,83,186); }

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

border-color css

<style>
 span { border-color: #6F53BA; }

 span { border-color: rgb(111,83,186); }

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