Html Css Color HEX #6352BA Blue Marguerite

📋 copy color: '#6352BA'

red 99 ◦ green 82 ◦ blue 186

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

Shades of Blue Marguerite #6352BA

Tints of Blue Marguerite #6352BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.34%

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 26.98%
G = 22.34%
B = 50.68%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6352BA (or 0x6352BA) is known color: Blue Marguerite. HEX triplet: 63, 52 and BA. RGB value is (99,82,186). Sum of RGB (Red+Green+Blue) = 99+82+186=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #6352BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6352BA is #9CAD45. Grayscale: #626262. Windows color (decimal): -10267974 or 12210787. OLE color: 12210787.

HSL color Cylindrical-coordinate representation of color #6352BA: hue angle of 249.81º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6352BA is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 82 186 -
CMYK 0.47 0.56 0 0.27
HSL 249.81º 0.43% 0.53% -
HSV(B) 249.81º 0.56% 0.73% -
XYZ 17.03 12.23 47.92 -
YUV 98.94 177.13 128.04 -
System Red Green Blue C M Y K H S L
Decimal 99 82 186 0.47 0.56 0 0.27 249.81 0.43 0.53
Hex 63 52 BA 2F 38 0 1B FA 2B 35
Octal 143 122 272 57 70 0 33 372 53 65
Binary 1100011 1010010 10111010 101111 111000 0 11011 11111010 101011 110101

Color Harmonies of #6352BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6352BA

Black with #6352BA

Text Example


Text Example

White with #6352BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6352BA; }

 p { color: rgb(99,82,186); }

 H1.HeaderClassName
 {
   color: #6352BA;
 }
 .AnyTagClassName
 {
   color: #6352BA;
 }
</style>

background-color css

<style>
 a { background-color: #6352BA; }

 a { background-color: rgb(99,82,186); }

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

border-color css

<style>
 span { border-color: #6352BA; }

 span { border-color: rgb(99,82,186); }

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