Html Css Color HEX #6361BC Blue Marguerite

📋 copy color: '#6361BC'

red 99 ◦ green 97 ◦ blue 188

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

Shades of Blue Marguerite #6361BC

Tints of Blue Marguerite #6361BC

RGB

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

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

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

R = 25.78%
G = 25.26%
B = 48.96%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6361BC (or 0x6361BC) is known color: Blue Marguerite. HEX triplet: 63, 61 and BC. RGB value is (99,97,188). Sum of RGB (Red+Green+Blue) = 99+97+188=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #6361BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6361BC is #9C9E43. Grayscale: #6B6B6B. Windows color (decimal): -10264132 or 12345699. OLE color: 12345699.

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

Color convert

RGB 99 97 188 -
CMYK 0.47 0.48 0 0.26
HSL 241.32º 0.4% 0.56% -
HSV(B) 241.32º 0.48% 0.74% -
XYZ 18.5 14.83 49.47 -
YUV 107.97 173.16 121.6 -
System Red Green Blue C M Y K H S L
Decimal 99 97 188 0.47 0.48 0 0.26 241.32 0.4 0.56
Hex 63 61 BC 2F 30 0 1A F1 28 38
Octal 143 141 274 57 60 0 32 361 50 70
Binary 1100011 1100001 10111100 101111 110000 0 11010 11110001 101000 111000

Color Harmonies of #6361BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6361BC

Black with #6361BC

Text Example


Text Example

White with #6361BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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