Html Css Color HEX #6F57BC Blue Marguerite

📋 copy color: '#6F57BC'

red 111 ◦ green 87 ◦ blue 188

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

Shades of Blue Marguerite #6F57BC

Tints of Blue Marguerite #6F57BC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.54%

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 28.76%
G = 22.54%
B = 48.7%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F57BC (or 0x6F57BC) is known color: Blue Marguerite. HEX triplet: 6F, 57 and BC. RGB value is (111,87,188). Sum of RGB (Red+Green+Blue) = 111+87+188=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F57BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F57BC is #90A843. Grayscale: #696969. Windows color (decimal): -9480260 or 12343151. OLE color: 12343151.

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

Color convert

RGB 111 87 188 -
CMYK 0.41 0.54 0 0.26
HSL 254.26º 0.43% 0.54% -
HSV(B) 254.26º 0.54% 0.74% -
XYZ 19.04 13.83 49.24 -
YUV 105.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 111 87 188 0.41 0.54 0 0.26 254.26 0.43 0.54
Hex 6F 57 BC 29 36 0 1A FE 2B 36
Octal 157 127 274 51 66 0 32 376 53 66
Binary 1101111 1010111 10111100 101001 110110 0 11010 11111110 101011 110110

Color Harmonies of #6F57BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F57BC

Black with #6F57BC

Text Example


Text Example

White with #6F57BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,87,188); }

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

background-color css

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

 a { background-color: rgb(111,87,188); }

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

border-color css

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

 span { border-color: rgb(111,87,188); }

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