Html Css Color HEX #6E64BC Blue Marguerite

📋 copy color: '#6E64BC'

red 110 ◦ green 100 ◦ blue 188

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

Shades of Blue Marguerite #6E64BC

Tints of Blue Marguerite #6E64BC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.13%

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

R = 27.64%
G = 25.13%
B = 47.24%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E64BC (or 0x6E64BC) is known color: Blue Marguerite. HEX triplet: 6E, 64 and BC. RGB value is (110,100,188). Sum of RGB (Red+Green+Blue) = 110+100+188=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E64BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E64BC is #919B43. Grayscale: #707070. Windows color (decimal): -9542468 or 12346478. OLE color: 12346478.

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

Color convert

RGB 110 100 188 -
CMYK 0.41 0.47 0 0.26
HSL 246.82º 0.4% 0.56% -
HSV(B) 246.82º 0.47% 0.74% -
XYZ 20.06 16.06 49.62 -
YUV 113.02 170.31 125.84 -
System Red Green Blue C M Y K H S L
Decimal 110 100 188 0.41 0.47 0 0.26 246.82 0.4 0.56
Hex 6E 64 BC 29 2F 0 1A F7 28 38
Octal 156 144 274 51 57 0 32 367 50 70
Binary 1101110 1100100 10111100 101001 101111 0 11010 11110111 101000 111000

Color Harmonies of #6E64BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E64BC

Black with #6E64BC

Text Example


Text Example

White with #6E64BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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