Html Css Color HEX #6350BC Blue Marguerite

📋 copy color: '#6350BC'

red 99 ◦ green 80 ◦ blue 188

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

Shades of Blue Marguerite #6350BC

Tints of Blue Marguerite #6350BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 26.98%
G = 21.8%
B = 51.23%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6350BC (or 0x6350BC) is known color: Blue Marguerite. HEX triplet: 63, 50 and BC. RGB value is (99,80,188). Sum of RGB (Red+Green+Blue) = 99+80+188=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #6350BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6350BC is #9CAF43. Grayscale: #616161. Windows color (decimal): -10268484 or 12341347. OLE color: 12341347.

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

Color convert

RGB 99 80 188 -
CMYK 0.47 0.57 0 0.26
HSL 250.56º 0.45% 0.53% -
HSV(B) 250.56º 0.57% 0.74% -
XYZ 17.09 12.02 49 -
YUV 97.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 99 80 188 0.47 0.57 0 0.26 250.56 0.45 0.53
Hex 63 50 BC 2F 39 0 1A FB 2D 35
Octal 143 120 274 57 71 0 32 373 55 65
Binary 1100011 1010000 10111100 101111 111001 0 11010 11111011 101101 110101

Color Harmonies of #6350BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6350BC

Black with #6350BC

Text Example


Text Example

White with #6350BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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