Html Css Color HEX #6A5ABC Blue Marguerite

📋 copy color: '#6A5ABC'

red 106 ◦ green 90 ◦ blue 188

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

Shades of Blue Marguerite #6A5ABC

Tints of Blue Marguerite #6A5ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.44%

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

R = 27.6%
G = 23.44%
B = 48.96%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6A5ABC (or 0x6A5ABC) is known color: Blue Marguerite. HEX triplet: 6A, 5A and BC. RGB value is (106,90,188). Sum of RGB (Red+Green+Blue) = 106+90+188=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A5ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5ABC is #95A543. Grayscale: #696969. Windows color (decimal): -9807172 or 12343914. OLE color: 12343914.

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

Color convert

RGB 106 90 188 -
CMYK 0.44 0.52 0 0.26
HSL 249.8º 0.42% 0.55% -
HSV(B) 249.8º 0.52% 0.74% -
XYZ 18.68 14.01 49.3 -
YUV 105.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 106 90 188 0.44 0.52 0 0.26 249.8 0.42 0.55
Hex 6A 5A BC 2C 34 0 1A FA 2A 37
Octal 152 132 274 54 64 0 32 372 52 67
Binary 1101010 1011010 10111100 101100 110100 0 11010 11111010 101010 110111

Color Harmonies of #6A5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5ABC

Black with #6A5ABC

Text Example


Text Example

White with #6A5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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