Html Css Color HEX #6A5FB2 Blue Marguerite

📋 copy color: '#6A5FB2'

red 106 ◦ green 95 ◦ blue 178

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

Shades of Blue Marguerite #6A5FB2

Tints of Blue Marguerite #6A5FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.97%

R = 27.97%
G = 25.07%
B = 46.97%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6A5FB2 (or 0x6A5FB2) is known color: Blue Marguerite. HEX triplet: 6A, 5F and B2. RGB value is (106,95,178). Sum of RGB (Red+Green+Blue) = 106+95+178=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 178 (69.92% from 255 or 46.97% from 379); Max value from RGB is 178 - color contains mainly: blue. Hex color #6A5FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5FB2 is #95A04D. Grayscale: #6B6B6B. Windows color (decimal): -9805902 or 11689834. OLE color: 11689834.

HSL color Cylindrical-coordinate representation of color #6A5FB2: hue angle of 247.95º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A5FB2 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 106 95 178 -
CMYK 0.40 0.47 0 0.30
HSL 247.95º 0.35% 0.54% -
HSV(B) 247.95º 0.47% 0.7% -
XYZ 18.07 14.46 43.96 -
YUV 107.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 106 95 178 0.40 0.47 0 0.30 247.95 0.35 0.54
Hex 6A 5F B2 28 2F 0 1E F8 23 36
Octal 152 137 262 50 57 0 36 370 43 66
Binary 1101010 1011111 10110010 101000 101111 0 11110 11111000 100011 110110

Color Harmonies of #6A5FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5FB2

Black with #6A5FB2

Text Example


Text Example

White with #6A5FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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