Html Css Color HEX #6353AE Blue Marguerite

📋 copy color: '#6353AE'

red 99 ◦ green 83 ◦ blue 174

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

Shades of Blue Marguerite #6353AE

Tints of Blue Marguerite #6353AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.88%

R = 27.81%
G = 23.31%
B = 48.88%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6353AE (or 0x6353AE) is known color: Blue Marguerite. HEX triplet: 63, 53 and AE. RGB value is (99,83,174). Sum of RGB (Red+Green+Blue) = 99+83+174=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #6353AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6353AE is #9CAC51. Grayscale: #616161. Windows color (decimal): -10267730 or 11424611. OLE color: 11424611.

HSL color Cylindrical-coordinate representation of color #6353AE: hue angle of 250.55º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6353AE is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 83 174 -
CMYK 0.43 0.52 0 0.32
HSL 250.55º 0.36% 0.5% -
HSV(B) 250.55º 0.52% 0.68% -
XYZ 15.88 11.9 41.5 -
YUV 98.16 170.8 128.6 -
System Red Green Blue C M Y K H S L
Decimal 99 83 174 0.43 0.52 0 0.32 250.55 0.36 0.5
Hex 63 53 AE 2B 34 0 20 FB 24 32
Octal 143 123 256 53 64 0 40 373 44 62
Binary 1100011 1010011 10101110 101011 110100 0 100000 11111011 100100 110010

Color Harmonies of #6353AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6353AE

Black with #6353AE

Text Example


Text Example

White with #6353AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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