Html Css Color HEX #6F55BF Blue Marguerite

📋 copy color: '#6F55BF'

red 111 ◦ green 85 ◦ blue 191

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

Shades of Blue Marguerite #6F55BF

Tints of Blue Marguerite #6F55BF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.96%

 BLUE value IS 191 (75% from 255) = 49.35%

R = 28.68%
G = 21.96%
B = 49.35%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F55BF (or 0x6F55BF) is known color: Blue Marguerite. HEX triplet: 6F, 55 and BF. RGB value is (111,85,191). Sum of RGB (Red+Green+Blue) = 111+85+191=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F55BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F55BF is #90AA40. Grayscale: #686868. Windows color (decimal): -9480769 or 12539247. OLE color: 12539247.

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

Color convert

RGB 111 85 191 -
CMYK 0.42 0.55 0 0.25
HSL 254.72º 0.45% 0.54% -
HSV(B) 254.72º 0.55% 0.75% -
XYZ 19.21 13.64 50.91 -
YUV 104.86 176.61 132.38 -
System Red Green Blue C M Y K H S L
Decimal 111 85 191 0.42 0.55 0 0.25 254.72 0.45 0.54
Hex 6F 55 BF 2A 37 0 19 FF 2D 36
Octal 157 125 277 52 67 0 31 377 55 66
Binary 1101111 1010101 10111111 101010 110111 0 11001 11111111 101101 110110

Color Harmonies of #6F55BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F55BF

Black with #6F55BF

Text Example


Text Example

White with #6F55BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,85,191); }

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

background-color css

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

 a { background-color: rgb(111,85,191); }

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

border-color css

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

 span { border-color: rgb(111,85,191); }

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