Html Css Color HEX #6E63BA Blue Marguerite

📋 copy color: '#6E63BA'

red 110 ◦ green 99 ◦ blue 186

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

Shades of Blue Marguerite #6E63BA

Tints of Blue Marguerite #6E63BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.06%

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 27.85%
G = 25.06%
B = 47.09%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6E63BA (or 0x6E63BA) is known color: Blue Marguerite. HEX triplet: 6E, 63 and BA. RGB value is (110,99,186). Sum of RGB (Red+Green+Blue) = 110+99+186=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E63BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E63BA is #919C45. Grayscale: #6F6F6F. Windows color (decimal): -9542726 or 12215150. OLE color: 12215150.

HSL color Cylindrical-coordinate representation of color #6E63BA: hue angle of 247.59º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E63BA is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 99 186 -
CMYK 0.41 0.47 0 0.27
HSL 247.59º 0.39% 0.56% -
HSV(B) 247.59º 0.47% 0.73% -
XYZ 19.76 15.78 48.46 -
YUV 112.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 110 99 186 0.41 0.47 0 0.27 247.59 0.39 0.56
Hex 6E 63 BA 29 2F 0 1B F8 27 38
Octal 156 143 272 51 57 0 33 370 47 70
Binary 1101110 1100011 10111010 101001 101111 0 11011 11111000 100111 111000

Color Harmonies of #6E63BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E63BA

Black with #6E63BA

Text Example


Text Example

White with #6E63BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,99,186); }

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

background-color css

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

 a { background-color: rgb(110,99,186); }

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

border-color css

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

 span { border-color: rgb(110,99,186); }

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