Html Css Color HEX #6F56BB Blue Marguerite

📋 copy color: '#6F56BB'

red 111 ◦ green 86 ◦ blue 187

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

Shades of Blue Marguerite #6F56BB

Tints of Blue Marguerite #6F56BB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.4%

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

R = 28.91%
G = 22.4%
B = 48.7%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F56BB (or 0x6F56BB) is known color: Blue Marguerite. HEX triplet: 6F, 56 and BB. RGB value is (111,86,187). Sum of RGB (Red+Green+Blue) = 111+86+187=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F56BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F56BB is #90A944. Grayscale: #686868. Windows color (decimal): -9480517 or 12277359. OLE color: 12277359.

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

Color convert

RGB 111 86 187 -
CMYK 0.41 0.54 0 0.27
HSL 254.85º 0.43% 0.54% -
HSV(B) 254.85º 0.54% 0.73% -
XYZ 18.85 13.62 48.65 -
YUV 104.99 174.28 132.29 -
System Red Green Blue C M Y K H S L
Decimal 111 86 187 0.41 0.54 0 0.27 254.85 0.43 0.54
Hex 6F 56 BB 29 36 0 1B FF 2B 36
Octal 157 126 273 51 66 0 33 377 53 66
Binary 1101111 1010110 10111011 101001 110110 0 11011 11111111 101011 110110

Color Harmonies of #6F56BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F56BB

Black with #6F56BB

Text Example


Text Example

White with #6F56BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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