Html Css Color HEX #6F58BB Blue Marguerite

📋 copy color: '#6F58BB'

red 111 ◦ green 88 ◦ blue 187

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

Shades of Blue Marguerite #6F58BB

Tints of Blue Marguerite #6F58BB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.8%

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

R = 28.76%
G = 22.8%
B = 48.45%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F58BB (or 0x6F58BB) is known color: Blue Marguerite. HEX triplet: 6F, 58 and BB. RGB value is (111,88,187). Sum of RGB (Red+Green+Blue) = 111+88+187=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F58BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F58BB is #90A744. Grayscale: #696969. Windows color (decimal): -9480005 or 12277871. OLE color: 12277871.

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

Color convert

RGB 111 88 187 -
CMYK 0.41 0.53 0 0.27
HSL 253.94º 0.42% 0.54% -
HSV(B) 253.94º 0.53% 0.73% -
XYZ 19.01 13.95 48.7 -
YUV 106.16 173.62 131.45 -
System Red Green Blue C M Y K H S L
Decimal 111 88 187 0.41 0.53 0 0.27 253.94 0.42 0.54
Hex 6F 58 BB 29 35 0 1B FE 2A 36
Octal 157 130 273 51 65 0 33 376 52 66
Binary 1101111 1011000 10111011 101001 110101 0 11011 11111110 101010 110110

Color Harmonies of #6F58BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F58BB

Black with #6F58BB

Text Example


Text Example

White with #6F58BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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