Html Css Color HEX #6350AF Blue Marguerite

📋 copy color: '#6350AF'

red 99 ◦ green 80 ◦ blue 175

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

Shades of Blue Marguerite #6350AF

Tints of Blue Marguerite #6350AF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

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

R = 27.97%
G = 22.6%
B = 49.44%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6350AF (or 0x6350AF) is known color: Blue Marguerite. HEX triplet: 63, 50 and AF. RGB value is (99,80,175). Sum of RGB (Red+Green+Blue) = 99+80+175=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #6350AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6350AF is #9CAF50. Grayscale: #606060. Windows color (decimal): -10268497 or 11489379. OLE color: 11489379.

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

Color convert

RGB 99 80 175 -
CMYK 0.43 0.54 0 0.31
HSL 252º 0.37% 0.5% -
HSV(B) 252º 0.54% 0.69% -
XYZ 15.75 11.49 41.94 -
YUV 96.51 172.29 129.78 -
System Red Green Blue C M Y K H S L
Decimal 99 80 175 0.43 0.54 0 0.31 252 0.37 0.5
Hex 63 50 AF 2B 36 0 1F FC 25 32
Octal 143 120 257 53 66 0 37 374 45 62
Binary 1100011 1010000 10101111 101011 110110 0 11111 11111100 100101 110010

Color Harmonies of #6350AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6350AF

Black with #6350AF

Text Example


Text Example

White with #6350AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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