Html Css Color HEX #6A5FBA Blue Marguerite

📋 copy color: '#6A5FBA'

red 106 ◦ green 95 ◦ blue 186

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

Shades of Blue Marguerite #6A5FBA

Tints of Blue Marguerite #6A5FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 27.39%
G = 24.55%
B = 48.06%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6A5FBA (or 0x6A5FBA) is known color: Blue Marguerite. HEX triplet: 6A, 5F and BA. RGB value is (106,95,186). Sum of RGB (Red+Green+Blue) = 106+95+186=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A5FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5FBA is #95A045. Grayscale: #6C6C6C. Windows color (decimal): -9805894 or 12214122. OLE color: 12214122.

HSL color Cylindrical-coordinate representation of color #6A5FBA: hue angle of 247.25º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A5FBA is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 95 186 -
CMYK 0.43 0.49 0 0.27
HSL 247.25º 0.4% 0.55% -
HSV(B) 247.25º 0.49% 0.73% -
XYZ 18.9 14.79 48.31 -
YUV 108.66 171.64 126.1 -
System Red Green Blue C M Y K H S L
Decimal 106 95 186 0.43 0.49 0 0.27 247.25 0.4 0.55
Hex 6A 5F BA 2B 31 0 1B F7 28 37
Octal 152 137 272 53 61 0 33 367 50 67
Binary 1101010 1011111 10111010 101011 110001 0 11011 11110111 101000 110111

Color Harmonies of #6A5FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5FBA

Black with #6A5FBA

Text Example


Text Example

White with #6A5FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,95,186); }

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

background-color css

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

 a { background-color: rgb(106,95,186); }

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

border-color css

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

 span { border-color: rgb(106,95,186); }

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