Html Css Color HEX #6358BA Blue Marguerite

📋 copy color: '#6358BA'

red 99 ◦ green 88 ◦ blue 186

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

Shades of Blue Marguerite #6358BA

Tints of Blue Marguerite #6358BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.59%

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 26.54%
G = 23.59%
B = 49.87%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6358BA (or 0x6358BA) is known color: Blue Marguerite. HEX triplet: 63, 58 and BA. RGB value is (99,88,186). Sum of RGB (Red+Green+Blue) = 99+88+186=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #6358BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6358BA is #9CA745. Grayscale: #666666. Windows color (decimal): -10266438 or 12212323. OLE color: 12212323.

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

Color convert

RGB 99 88 186 -
CMYK 0.47 0.53 0 0.27
HSL 246.73º 0.42% 0.54% -
HSV(B) 246.73º 0.53% 0.73% -
XYZ 17.5 13.18 48.08 -
YUV 102.46 175.14 125.53 -
System Red Green Blue C M Y K H S L
Decimal 99 88 186 0.47 0.53 0 0.27 246.73 0.42 0.54
Hex 63 58 BA 2F 35 0 1B F7 2A 36
Octal 143 130 272 57 65 0 33 367 52 66
Binary 1100011 1011000 10111010 101111 110101 0 11011 11110111 101010 110110

Color Harmonies of #6358BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6358BA

Black with #6358BA

Text Example


Text Example

White with #6358BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6358BA; }

 p { color: rgb(99,88,186); }

 H1.HeaderClassName
 {
   color: #6358BA;
 }
 .AnyTagClassName
 {
   color: #6358BA;
 }
</style>

background-color css

<style>
 a { background-color: #6358BA; }

 a { background-color: rgb(99,88,186); }

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

border-color css

<style>
 span { border-color: #6358BA; }

 span { border-color: rgb(99,88,186); }

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