Html Css Color HEX #6B55BE Blue Marguerite

📋 copy color: '#6B55BE'

red 107 ◦ green 85 ◦ blue 190

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

Shades of Blue Marguerite #6B55BE

Tints of Blue Marguerite #6B55BE

RGB

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

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

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

R = 28.01%
G = 22.25%
B = 49.74%

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

#6B55BE (or 0x6B55BE) is known color: Blue Marguerite. HEX triplet: 6B, 55 and BE. RGB value is (107,85,190). Sum of RGB (Red+Green+Blue) = 107+85+190=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B55BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B55BE is #94AA41. Grayscale: #676767. Windows color (decimal): -9742914 or 12473707. OLE color: 12473707.

HSL color Cylindrical-coordinate representation of color #6B55BE: hue angle of 252.57º 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 #6B55BE is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 85 190 -
CMYK 0.44 0.55 0 0.25
HSL 252.57º 0.45% 0.54% -
HSV(B) 252.57º 0.55% 0.75% -
XYZ 18.61 13.34 50.31 -
YUV 103.55 176.79 130.46 -
System Red Green Blue C M Y K H S L
Decimal 107 85 190 0.44 0.55 0 0.25 252.57 0.45 0.54
Hex 6B 55 BE 2C 37 0 19 FD 2D 36
Octal 153 125 276 54 67 0 31 375 55 66
Binary 1101011 1010101 10111110 101100 110111 0 11001 11111101 101101 110110

Color Harmonies of #6B55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B55BE

Black with #6B55BE

Text Example


Text Example

White with #6B55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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