Html Css Color HEX #6E5DBF Blue Marguerite

📋 copy color: '#6E5DBF'

red 110 ◦ green 93 ◦ blue 191

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

Shades of Blue Marguerite #6E5DBF

Tints of Blue Marguerite #6E5DBF

RGB

 RED value IS 110 (43.36% from 255) = 27.92%

 GREEN value IS 93 (36.72% from 255) = 23.6%

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

R = 27.92%
G = 23.6%
B = 48.48%

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

#6E5DBF (or 0x6E5DBF) is known color: Blue Marguerite. HEX triplet: 6E, 5D and BF. RGB value is (110,93,191). Sum of RGB (Red+Green+Blue) = 110+93+191=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E5DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5DBF is #91A240. Grayscale: #6C6C6C. Windows color (decimal): -9544257 or 12541294. OLE color: 12541294.

HSL color Cylindrical-coordinate representation of color #6E5DBF: hue angle of 250.41º 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 #6E5DBF is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 93 191 -
CMYK 0.42 0.51 0 0.25
HSL 250.41º 0.43% 0.56% -
HSV(B) 250.41º 0.51% 0.75% -
XYZ 19.75 14.91 51.13 -
YUV 109.26 174.13 128.53 -
System Red Green Blue C M Y K H S L
Decimal 110 93 191 0.42 0.51 0 0.25 250.41 0.43 0.56
Hex 6E 5D BF 2A 33 0 19 FA 2B 38
Octal 156 135 277 52 63 0 31 372 53 70
Binary 1101110 1011101 10111111 101010 110011 0 11001 11111010 101011 111000

Color Harmonies of #6E5DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5DBF

Black with #6E5DBF

Text Example


Text Example

White with #6E5DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,93,191); }

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

background-color css

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

 a { background-color: rgb(110,93,191); }

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

border-color css

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

 span { border-color: rgb(110,93,191); }

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