Html Css Color HEX #6E65BC Blue Marguerite

📋 copy color: '#6E65BC'

red 110 ◦ green 101 ◦ blue 188

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

Shades of Blue Marguerite #6E65BC

Tints of Blue Marguerite #6E65BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 27.57%
G = 25.31%
B = 47.12%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E65BC (or 0x6E65BC) is known color: Blue Marguerite. HEX triplet: 6E, 65 and BC. RGB value is (110,101,188). Sum of RGB (Red+Green+Blue) = 110+101+188=399 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.57% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E65BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E65BC is #919A43. Grayscale: #717171. Windows color (decimal): -9542212 or 12346734. OLE color: 12346734.

HSL color Cylindrical-coordinate representation of color #6E65BC: hue angle of 246.21º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E65BC is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 101 188 -
CMYK 0.41 0.46 0 0.26
HSL 246.21º 0.39% 0.57% -
HSV(B) 246.21º 0.46% 0.74% -
XYZ 20.16 16.25 49.65 -
YUV 113.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 110 101 188 0.41 0.46 0 0.26 246.21 0.39 0.57
Hex 6E 65 BC 29 2E 0 1A F6 27 39
Octal 156 145 274 51 56 0 32 366 47 71
Binary 1101110 1100101 10111100 101001 101110 0 11010 11110110 100111 111001

Color Harmonies of #6E65BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E65BC

Black with #6E65BC

Text Example


Text Example

White with #6E65BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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