Html Css Color HEX #6353BD Blue Marguerite

📋 copy color: '#6353BD'

red 99 ◦ green 83 ◦ blue 189

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

Shades of Blue Marguerite #6353BD

Tints of Blue Marguerite #6353BD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.37%

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

R = 26.68%
G = 22.37%
B = 50.94%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6353BD (or 0x6353BD) is known color: Blue Marguerite. HEX triplet: 63, 53 and BD. RGB value is (99,83,189). Sum of RGB (Red+Green+Blue) = 99+83+189=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #6353BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6353BD is #9CAC42. Grayscale: #636363. Windows color (decimal): -10267715 or 12407651. OLE color: 12407651.

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

Color convert

RGB 99 83 189 -
CMYK 0.48 0.56 0 0.26
HSL 249.06º 0.45% 0.53% -
HSV(B) 249.06º 0.56% 0.74% -
XYZ 17.42 12.51 49.64 -
YUV 99.87 178.3 127.38 -
System Red Green Blue C M Y K H S L
Decimal 99 83 189 0.48 0.56 0 0.26 249.06 0.45 0.53
Hex 63 53 BD 30 38 0 1A F9 2D 35
Octal 143 123 275 60 70 0 32 371 55 65
Binary 1100011 1010011 10111101 110000 111000 0 11010 11111001 101101 110101

Color Harmonies of #6353BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6353BD

Black with #6353BD

Text Example


Text Example

White with #6353BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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