Html Css Color HEX #6359BC Blue Marguerite

📋 copy color: '#6359BC'

red 99 ◦ green 89 ◦ blue 188

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

Shades of Blue Marguerite #6359BC

Tints of Blue Marguerite #6359BC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.67%

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

R = 26.33%
G = 23.67%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6359BC (or 0x6359BC) is known color: Blue Marguerite. HEX triplet: 63, 59 and BC. RGB value is (99,89,188). Sum of RGB (Red+Green+Blue) = 99+89+188=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #6359BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6359BC is #9CA643. Grayscale: #666666. Windows color (decimal): -10266180 or 12343651. OLE color: 12343651.

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

Color convert

RGB 99 89 188 -
CMYK 0.47 0.53 0 0.26
HSL 246.06º 0.42% 0.54% -
HSV(B) 246.06º 0.53% 0.74% -
XYZ 17.8 13.43 49.23 -
YUV 103.28 175.81 124.95 -
System Red Green Blue C M Y K H S L
Decimal 99 89 188 0.47 0.53 0 0.26 246.06 0.42 0.54
Hex 63 59 BC 2F 35 0 1A F6 2A 36
Octal 143 131 274 57 65 0 32 366 52 66
Binary 1100011 1011001 10111100 101111 110101 0 11010 11110110 101010 110110

Color Harmonies of #6359BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6359BC

Black with #6359BC

Text Example


Text Example

White with #6359BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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