Html Css Color HEX #6361BE Blue Marguerite

📋 copy color: '#6361BE'

red 99 ◦ green 97 ◦ blue 190

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

Shades of Blue Marguerite #6361BE

Tints of Blue Marguerite #6361BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.13%

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

R = 25.65%
G = 25.13%
B = 49.22%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6361BE (or 0x6361BE) is known color: Blue Marguerite. HEX triplet: 63, 61 and BE. RGB value is (99,97,190). Sum of RGB (Red+Green+Blue) = 99+97+190=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #6361BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6361BE is #9C9E41. Grayscale: #6B6B6B. Windows color (decimal): -10264130 or 12476771. OLE color: 12476771.

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

Color convert

RGB 99 97 190 -
CMYK 0.48 0.49 0 0.25
HSL 241.29º 0.42% 0.56% -
HSV(B) 241.29º 0.49% 0.75% -
XYZ 18.71 14.92 50.61 -
YUV 108.2 174.16 121.44 -
System Red Green Blue C M Y K H S L
Decimal 99 97 190 0.48 0.49 0 0.25 241.29 0.42 0.56
Hex 63 61 BE 30 31 0 19 F1 2A 38
Octal 143 141 276 60 61 0 31 361 52 70
Binary 1100011 1100001 10111110 110000 110001 0 11001 11110001 101010 111000

Color Harmonies of #6361BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6361BE

Black with #6361BE

Text Example


Text Example

White with #6361BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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