Html Css Color HEX #6A55BE Blue Marguerite

📋 copy color: '#6A55BE'

red 106 ◦ green 85 ◦ blue 190

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

Shades of Blue Marguerite #6A55BE

Tints of Blue Marguerite #6A55BE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.31%

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 27.82%
G = 22.31%
B = 49.87%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A55BE (or 0x6A55BE) is known color: Blue Marguerite. HEX triplet: 6A, 55 and BE. RGB value is (106,85,190). Sum of RGB (Red+Green+Blue) = 106+85+190=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A55BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A55BE is #95AA41. Grayscale: #666666. Windows color (decimal): -9808450 or 12473706. OLE color: 12473706.

HSL color Cylindrical-coordinate representation of color #6A55BE: hue angle of 252º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A55BE is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 85 190 -
CMYK 0.44 0.55 0 0.25
HSL 252º 0.45% 0.54% -
HSV(B) 252º 0.55% 0.75% -
XYZ 18.49 13.28 50.3 -
YUV 103.25 176.96 129.96 -
System Red Green Blue C M Y K H S L
Decimal 106 85 190 0.44 0.55 0 0.25 252 0.45 0.54
Hex 6A 55 BE 2C 37 0 19 FC 2D 36
Octal 152 125 276 54 67 0 31 374 55 66
Binary 1101010 1010101 10111110 101100 110111 0 11001 11111100 101101 110110

Color Harmonies of #6A55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A55BE

Black with #6A55BE

Text Example


Text Example

White with #6A55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,85,190); }

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

background-color css

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

 a { background-color: rgb(106,85,190); }

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

border-color css

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

 span { border-color: rgb(106,85,190); }

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