Html Css Color HEX #6F53BB Blue Marguerite

📋 copy color: '#6F53BB'

red 111 ◦ green 83 ◦ blue 187

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

Shades of Blue Marguerite #6F53BB

Tints of Blue Marguerite #6F53BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 29.13%
G = 21.78%
B = 49.08%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F53BB (or 0x6F53BB) is known color: Blue Marguerite. HEX triplet: 6F, 53 and BB. RGB value is (111,83,187). Sum of RGB (Red+Green+Blue) = 111+83+187=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F53BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F53BB is #90AC44. Grayscale: #666666. Windows color (decimal): -9481285 or 12276591. OLE color: 12276591.

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

Color convert

RGB 111 83 187 -
CMYK 0.41 0.56 0 0.27
HSL 256.15º 0.43% 0.53% -
HSV(B) 256.15º 0.56% 0.73% -
XYZ 18.62 13.15 48.57 -
YUV 103.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 111 83 187 0.41 0.56 0 0.27 256.15 0.43 0.53
Hex 6F 53 BB 29 38 0 1B 100 2B 35
Octal 157 123 273 51 70 0 33 400 53 65
Binary 1101111 1010011 10111011 101001 111000 0 11011 100000000 101011 110101

Color Harmonies of #6F53BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F53BB

Black with #6F53BB

Text Example


Text Example

White with #6F53BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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