Html Css Color HEX #6A59BC Blue Marguerite

📋 copy color: '#6A59BC'

red 106 ◦ green 89 ◦ blue 188

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

Shades of Blue Marguerite #6A59BC

Tints of Blue Marguerite #6A59BC

RGB

 RED value IS 106 (41.8% from 255) = 27.68%

 GREEN value IS 89 (35.16% from 255) = 23.24%

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

R = 27.68%
G = 23.24%
B = 49.09%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6A59BC (or 0x6A59BC) is known color: Blue Marguerite. HEX triplet: 6A, 59 and BC. RGB value is (106,89,188). Sum of RGB (Red+Green+Blue) = 106+89+188=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A59BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A59BC is #95A643. Grayscale: #686868. Windows color (decimal): -9807428 or 12343658. OLE color: 12343658.

HSL color Cylindrical-coordinate representation of color #6A59BC: hue angle of 250.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A59BC is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 89 188 -
CMYK 0.44 0.53 0 0.26
HSL 250.3º 0.42% 0.54% -
HSV(B) 250.3º 0.53% 0.74% -
XYZ 18.59 13.84 49.27 -
YUV 105.37 174.63 128.45 -
System Red Green Blue C M Y K H S L
Decimal 106 89 188 0.44 0.53 0 0.26 250.3 0.42 0.54
Hex 6A 59 BC 2C 35 0 1A FA 2A 36
Octal 152 131 274 54 65 0 32 372 52 66
Binary 1101010 1011001 10111100 101100 110101 0 11010 11111010 101010 110110

Color Harmonies of #6A59BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A59BC

Black with #6A59BC

Text Example


Text Example

White with #6A59BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,89,188); }

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

background-color css

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

 a { background-color: rgb(106,89,188); }

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

border-color css

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

 span { border-color: rgb(106,89,188); }

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