Html Css Color HEX #6B5AA8 Blue Marguerite

📋 copy color: '#6B5AA8'

red 107 ◦ green 90 ◦ blue 168

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

Shades of Blue Marguerite #6B5AA8

Tints of Blue Marguerite #6B5AA8

RGB

 RED value IS 107 (42.19% from 255) = 29.32%

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

 BLUE value IS 168 (66.02% from 255) = 46.03%

R = 29.32%
G = 24.66%
B = 46.03%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6B5AA8 (or 0x6B5AA8) is known color: Blue Marguerite. HEX triplet: 6B, 5A and A8. RGB value is (107,90,168). Sum of RGB (Red+Green+Blue) = 107+90+168=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 168 (66.02% from 255 or 46.03% from 365); Max value from RGB is 168 - color contains mainly: blue. Hex color #6B5AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5AA8 is #94A557. Grayscale: #676767. Windows color (decimal): -9741656 or 11033195. OLE color: 11033195.

HSL color Cylindrical-coordinate representation of color #6B5AA8: hue angle of 253.08º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B5AA8 is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 107 90 168 -
CMYK 0.36 0.46 0 0.34
HSL 253.08º 0.31% 0.51% -
HSV(B) 253.08º 0.46% 0.66% -
XYZ 16.79 13.27 38.72 -
YUV 103.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 107 90 168 0.36 0.46 0 0.34 253.08 0.31 0.51
Hex 6B 5A A8 24 2E 0 22 FD 1F 33
Octal 153 132 250 44 56 0 42 375 37 63
Binary 1101011 1011010 10101000 100100 101110 0 100010 11111101 11111 110011

Color Harmonies of #6B5AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5AA8

Black with #6B5AA8

Text Example


Text Example

White with #6B5AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,90,168); }

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

background-color css

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

 a { background-color: rgb(107,90,168); }

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

border-color css

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

 span { border-color: rgb(107,90,168); }

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