Html Css Color HEX #6F58BE Blue Marguerite

📋 copy color: '#6F58BE'

red 111 ◦ green 88 ◦ blue 190

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

Shades of Blue Marguerite #6F58BE

Tints of Blue Marguerite #6F58BE

RGB

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

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

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

R = 28.53%
G = 22.62%
B = 48.84%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F58BE (or 0x6F58BE) is known color: Blue Marguerite. HEX triplet: 6F, 58 and BE. RGB value is (111,88,190). Sum of RGB (Red+Green+Blue) = 111+88+190=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F58BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F58BE is #90A741. Grayscale: #6A6A6A. Windows color (decimal): -9480002 or 12474479. OLE color: 12474479.

HSL color Cylindrical-coordinate representation of color #6F58BE: hue angle of 253.53º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F58BE is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 88 190 -
CMYK 0.42 0.54 0 0.25
HSL 253.53º 0.44% 0.55% -
HSV(B) 253.53º 0.54% 0.75% -
XYZ 19.34 14.08 50.41 -
YUV 106.51 175.12 131.21 -
System Red Green Blue C M Y K H S L
Decimal 111 88 190 0.42 0.54 0 0.25 253.53 0.44 0.55
Hex 6F 58 BE 2A 36 0 19 FE 2C 37
Octal 157 130 276 52 66 0 31 376 54 67
Binary 1101111 1011000 10111110 101010 110110 0 11001 11111110 101100 110111

Color Harmonies of #6F58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F58BE

Black with #6F58BE

Text Example


Text Example

White with #6F58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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