Html Css Color HEX #6E68B3 Blue Marguerite

📋 copy color: '#6E68B3'

red 110 ◦ green 104 ◦ blue 179

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

Shades of Blue Marguerite #6E68B3

Tints of Blue Marguerite #6E68B3

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.46%

 BLUE value IS 179 (70.31% from 255) = 45.55%

R = 27.99%
G = 26.46%
B = 45.55%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6E68B3 (or 0x6E68B3) is known color: Blue Marguerite. HEX triplet: 6E, 68 and B3. RGB value is (110,104,179). Sum of RGB (Red+Green+Blue) = 110+104+179=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 179 - color contains mainly: blue. Hex color #6E68B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E68B3 is #91974C. Grayscale: #727272. Windows color (decimal): -9541453 or 11757678. OLE color: 11757678.

HSL color Cylindrical-coordinate representation of color #6E68B3: hue angle of 244.8º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E68B3 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 110 104 179 -
CMYK 0.39 0.42 0 0.30
HSL 244.8º 0.33% 0.55% -
HSV(B) 244.8º 0.42% 0.7% -
XYZ 19.52 16.47 44.8 -
YUV 114.34 164.49 124.9 -
System Red Green Blue C M Y K H S L
Decimal 110 104 179 0.39 0.42 0 0.30 244.8 0.33 0.55
Hex 6E 68 B3 27 2A 0 1E F5 21 37
Octal 156 150 263 47 52 0 36 365 41 67
Binary 1101110 1101000 10110011 100111 101010 0 11110 11110101 100001 110111

Color Harmonies of #6E68B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E68B3

Black with #6E68B3

Text Example


Text Example

White with #6E68B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,104,179); }

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

background-color css

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

 a { background-color: rgb(110,104,179); }

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

border-color css

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

 span { border-color: rgb(110,104,179); }

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