Html Css Color HEX #6352AF Blue Marguerite

📋 copy color: '#6352AF'

red 99 ◦ green 82 ◦ blue 175

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

Shades of Blue Marguerite #6352AF

Tints of Blue Marguerite #6352AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.16%

R = 27.81%
G = 23.03%
B = 49.16%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6352AF (or 0x6352AF) is known color: Blue Marguerite. HEX triplet: 63, 52 and AF. RGB value is (99,82,175). Sum of RGB (Red+Green+Blue) = 99+82+175=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #6352AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6352AF is #9CAD50. Grayscale: #616161. Windows color (decimal): -10267985 or 11489891. OLE color: 11489891.

HSL color Cylindrical-coordinate representation of color #6352AF: hue angle of 250.97º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6352AF is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 99 82 175 -
CMYK 0.43 0.53 0 0.31
HSL 250.97º 0.37% 0.5% -
HSV(B) 250.97º 0.53% 0.69% -
XYZ 15.9 11.78 41.99 -
YUV 97.69 171.63 128.94 -
System Red Green Blue C M Y K H S L
Decimal 99 82 175 0.43 0.53 0 0.31 250.97 0.37 0.5
Hex 63 52 AF 2B 35 0 1F FB 25 32
Octal 143 122 257 53 65 0 37 373 45 62
Binary 1100011 1010010 10101111 101011 110101 0 11111 11111011 100101 110010

Color Harmonies of #6352AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6352AF

Black with #6352AF

Text Example


Text Example

White with #6352AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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