Html Css Color HEX #6356BC Blue Marguerite

📋 copy color: '#6356BC'

red 99 ◦ green 86 ◦ blue 188

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

Shades of Blue Marguerite #6356BC

Tints of Blue Marguerite #6356BC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.06%

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

R = 26.54%
G = 23.06%
B = 50.4%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6356BC (or 0x6356BC) is known color: Blue Marguerite. HEX triplet: 63, 56 and BC. RGB value is (99,86,188). Sum of RGB (Red+Green+Blue) = 99+86+188=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #6356BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6356BC is #9CA943. Grayscale: #656565. Windows color (decimal): -10266948 or 12342883. OLE color: 12342883.

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

Color convert

RGB 99 86 188 -
CMYK 0.47 0.54 0 0.26
HSL 247.65º 0.43% 0.54% -
HSV(B) 247.65º 0.54% 0.74% -
XYZ 17.55 12.94 49.15 -
YUV 101.52 176.81 126.21 -
System Red Green Blue C M Y K H S L
Decimal 99 86 188 0.47 0.54 0 0.26 247.65 0.43 0.54
Hex 63 56 BC 2F 36 0 1A F8 2B 36
Octal 143 126 274 57 66 0 32 370 53 66
Binary 1100011 1010110 10111100 101111 110110 0 11010 11111000 101011 110110

Color Harmonies of #6356BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6356BC

Black with #6356BC

Text Example


Text Example

White with #6356BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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