Html Css Color HEX #6A5AB6 Blue Marguerite

📋 copy color: '#6A5AB6'

red 106 ◦ green 90 ◦ blue 182

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

Shades of Blue Marguerite #6A5AB6

Tints of Blue Marguerite #6A5AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.15%

R = 28.04%
G = 23.81%
B = 48.15%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6A5AB6 (or 0x6A5AB6) is known color: Blue Marguerite. HEX triplet: 6A, 5A and B6. RGB value is (106,90,182). Sum of RGB (Red+Green+Blue) = 106+90+182=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #6A5AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5AB6 is #95A549. Grayscale: #686868. Windows color (decimal): -9807178 or 11950698. OLE color: 11950698.

HSL color Cylindrical-coordinate representation of color #6A5AB6: hue angle of 250.43º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A5AB6 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 106 90 182 -
CMYK 0.42 0.51 0 0.29
HSL 250.43º 0.39% 0.53% -
HSV(B) 250.43º 0.51% 0.71% -
XYZ 18.04 13.75 45.96 -
YUV 105.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 106 90 182 0.42 0.51 0 0.29 250.43 0.39 0.53
Hex 6A 5A B6 2A 33 0 1D FA 27 35
Octal 152 132 266 52 63 0 35 372 47 65
Binary 1101010 1011010 10110110 101010 110011 0 11101 11111010 100111 110101

Color Harmonies of #6A5AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5AB6

Black with #6A5AB6

Text Example


Text Example

White with #6A5AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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