Html Css Color HEX #6357BD Blue Marguerite

📋 copy color: '#6357BD'

red 99 ◦ green 87 ◦ blue 189

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

Shades of Blue Marguerite #6357BD

Tints of Blue Marguerite #6357BD

RGB

 RED value IS 99 (39.06% from 255) = 26.4%

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

 BLUE value IS 189 (74.22% from 255) = 50.4%

R = 26.4%
G = 23.2%
B = 50.4%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6357BD (or 0x6357BD) is known color: Blue Marguerite. HEX triplet: 63, 57 and BD. RGB value is (99,87,189). Sum of RGB (Red+Green+Blue) = 99+87+189=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #6357BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6357BD is #9CA842. Grayscale: #656565. Windows color (decimal): -10266691 or 12408675. OLE color: 12408675.

HSL color Cylindrical-coordinate representation of color #6357BD: hue angle of 247.06º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6357BD is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 87 189 -
CMYK 0.48 0.54 0 0.26
HSL 247.06º 0.44% 0.54% -
HSV(B) 247.06º 0.54% 0.74% -
XYZ 17.74 13.14 49.75 -
YUV 102.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 99 87 189 0.48 0.54 0 0.26 247.06 0.44 0.54
Hex 63 57 BD 30 36 0 1A F7 2C 36
Octal 143 127 275 60 66 0 32 367 54 66
Binary 1100011 1010111 10111101 110000 110110 0 11010 11110111 101100 110110

Color Harmonies of #6357BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6357BD

Black with #6357BD

Text Example


Text Example

White with #6357BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6357BD; }

 p { color: rgb(99,87,189); }

 H1.HeaderClassName
 {
   color: #6357BD;
 }
 .AnyTagClassName
 {
   color: #6357BD;
 }
</style>

background-color css

<style>
 a { background-color: #6357BD; }

 a { background-color: rgb(99,87,189); }

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

border-color css

<style>
 span { border-color: #6357BD; }

 span { border-color: rgb(99,87,189); }

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