Html Css Color HEX #6F5EBF Blue Marguerite

📋 copy color: '#6F5EBF'

red 111 ◦ green 94 ◦ blue 191

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

Shades of Blue Marguerite #6F5EBF

Tints of Blue Marguerite #6F5EBF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.74%

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

R = 28.03%
G = 23.74%
B = 48.23%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F5EBF (or 0x6F5EBF) is known color: Blue Marguerite. HEX triplet: 6F, 5E and BF. RGB value is (111,94,191). Sum of RGB (Red+Green+Blue) = 111+94+191=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F5EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5EBF is #90A140. Grayscale: #6D6D6D. Windows color (decimal): -9478465 or 12541551. OLE color: 12541551.

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

Color convert

RGB 111 94 191 -
CMYK 0.42 0.51 0 0.25
HSL 250.52º 0.43% 0.56% -
HSV(B) 250.52º 0.51% 0.75% -
XYZ 19.96 15.15 51.16 -
YUV 110.14 173.63 128.61 -
System Red Green Blue C M Y K H S L
Decimal 111 94 191 0.42 0.51 0 0.25 250.52 0.43 0.56
Hex 6F 5E BF 2A 33 0 19 FB 2B 38
Octal 157 136 277 52 63 0 31 373 53 70
Binary 1101111 1011110 10111111 101010 110011 0 11001 11111011 101011 111000

Color Harmonies of #6F5EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5EBF

Black with #6F5EBF

Text Example


Text Example

White with #6F5EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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