Html Css Color HEX #6356AF Blue Marguerite

📋 copy color: '#6356AF'

red 99 ◦ green 86 ◦ blue 175

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

Shades of Blue Marguerite #6356AF

Tints of Blue Marguerite #6356AF

RGB

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

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

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

R = 27.5%
G = 23.89%
B = 48.61%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6356AF (or 0x6356AF) is known color: Blue Marguerite. HEX triplet: 63, 56 and AF. RGB value is (99,86,175). Sum of RGB (Red+Green+Blue) = 99+86+175=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #6356AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6356AF is #9CA950. Grayscale: #636363. Windows color (decimal): -10266961 or 11490915. OLE color: 11490915.

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

Color convert

RGB 99 86 175 -
CMYK 0.43 0.51 0 0.31
HSL 248.76º 0.36% 0.51% -
HSV(B) 248.76º 0.51% 0.69% -
XYZ 16.21 12.4 42.1 -
YUV 100.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 99 86 175 0.43 0.51 0 0.31 248.76 0.36 0.51
Hex 63 56 AF 2B 33 0 1F F9 24 33
Octal 143 126 257 53 63 0 37 371 44 63
Binary 1100011 1010110 10101111 101011 110011 0 11111 11111001 100100 110011

Color Harmonies of #6356AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6356AF

Black with #6356AF

Text Example


Text Example

White with #6356AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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