Html Css Color HEX #6B57B8 Blue Marguerite

📋 copy color: '#6B57B8'

red 107 ◦ green 87 ◦ blue 184

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

Shades of Blue Marguerite #6B57B8

Tints of Blue Marguerite #6B57B8

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.02%

 BLUE value IS 184 (72.27% from 255) = 48.68%

R = 28.31%
G = 23.02%
B = 48.68%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6B57B8 (or 0x6B57B8) is known color: Blue Marguerite. HEX triplet: 6B, 57 and B8. RGB value is (107,87,184). Sum of RGB (Red+Green+Blue) = 107+87+184=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #6B57B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B57B8 is #94A847. Grayscale: #676767. Windows color (decimal): -9742408 or 12081003. OLE color: 12081003.

HSL color Cylindrical-coordinate representation of color #6B57B8: hue angle of 252.37º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B57B8 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 107 87 184 -
CMYK 0.42 0.53 0 0.28
HSL 252.37º 0.41% 0.53% -
HSV(B) 252.37º 0.53% 0.72% -
XYZ 18.12 13.4 46.98 -
YUV 104.04 173.13 130.11 -
System Red Green Blue C M Y K H S L
Decimal 107 87 184 0.42 0.53 0 0.28 252.37 0.41 0.53
Hex 6B 57 B8 2A 35 0 1C FC 29 35
Octal 153 127 270 52 65 0 34 374 51 65
Binary 1101011 1010111 10111000 101010 110101 0 11100 11111100 101001 110101

Color Harmonies of #6B57B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B57B8

Black with #6B57B8

Text Example


Text Example

White with #6B57B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,87,184); }

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

background-color css

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

 a { background-color: rgb(107,87,184); }

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

border-color css

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

 span { border-color: rgb(107,87,184); }

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