Html Css Color HEX #6356BE Blue Marguerite

📋 copy color: '#6356BE'

red 99 ◦ green 86 ◦ blue 190

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

Shades of Blue Marguerite #6356BE

Tints of Blue Marguerite #6356BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 26.4%
G = 22.93%
B = 50.67%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6356BE (or 0x6356BE) is known color: Blue Marguerite. HEX triplet: 63, 56 and BE. RGB value is (99,86,190). Sum of RGB (Red+Green+Blue) = 99+86+190=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #6356BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6356BE is #9CA941. Grayscale: #656565. Windows color (decimal): -10266946 or 12473955. OLE color: 12473955.

HSL color Cylindrical-coordinate representation of color #6356BE: hue angle of 247.5º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6356BE is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 86 190 -
CMYK 0.48 0.55 0 0.25
HSL 247.5º 0.44% 0.54% -
HSV(B) 247.5º 0.55% 0.75% -
XYZ 17.77 13.03 50.29 -
YUV 101.74 177.81 126.04 -
System Red Green Blue C M Y K H S L
Decimal 99 86 190 0.48 0.55 0 0.25 247.5 0.44 0.54
Hex 63 56 BE 30 37 0 19 F8 2C 36
Octal 143 126 276 60 67 0 31 370 54 66
Binary 1100011 1010110 10111110 110000 110111 0 11001 11111000 101100 110110

Color Harmonies of #6356BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6356BE

Black with #6356BE

Text Example


Text Example

White with #6356BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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