Html Css Color HEX #6E65AC Blue Marguerite

📋 copy color: '#6E65AC'

red 110 ◦ green 101 ◦ blue 172

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

Shades of Blue Marguerite #6E65AC

Tints of Blue Marguerite #6E65AC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.37%

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 28.72%
G = 26.37%
B = 44.91%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E65AC (or 0x6E65AC) is known color: Blue Marguerite. HEX triplet: 6E, 65 and AC. RGB value is (110,101,172). Sum of RGB (Red+Green+Blue) = 110+101+172=383 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.72% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E65AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E65AC is #919A53. Grayscale: #6F6F6F. Windows color (decimal): -9542228 or 11298158. OLE color: 11298158.

HSL color Cylindrical-coordinate representation of color #6E65AC: hue angle of 247.61º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E65AC is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 101 172 -
CMYK 0.36 0.41 0 0.33
HSL 247.61º 0.3% 0.54% -
HSV(B) 247.61º 0.41% 0.67% -
XYZ 18.53 15.6 41.06 -
YUV 111.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 110 101 172 0.36 0.41 0 0.33 247.61 0.3 0.54
Hex 6E 65 AC 24 29 0 21 F8 1E 36
Octal 156 145 254 44 51 0 41 370 36 66
Binary 1101110 1100101 10101100 100100 101001 0 100001 11111000 11110 110110

Color Harmonies of #6E65AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E65AC

Black with #6E65AC

Text Example


Text Example

White with #6E65AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,101,172); }

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

background-color css

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

 a { background-color: rgb(110,101,172); }

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

border-color css

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

 span { border-color: rgb(110,101,172); }

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