Html Css Color HEX #6358BE Blue Marguerite

📋 copy color: '#6358BE'

red 99 ◦ green 88 ◦ blue 190

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

Shades of Blue Marguerite #6358BE

Tints of Blue Marguerite #6358BE

RGB

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

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

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

R = 26.26%
G = 23.34%
B = 50.4%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6358BE (or 0x6358BE) is known color: Blue Marguerite. HEX triplet: 63, 58 and BE. RGB value is (99,88,190). Sum of RGB (Red+Green+Blue) = 99+88+190=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #6358BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6358BE is #9CA741. Grayscale: #666666. Windows color (decimal): -10266434 or 12474467. OLE color: 12474467.

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

Color convert

RGB 99 88 190 -
CMYK 0.48 0.54 0 0.25
HSL 246.47º 0.44% 0.55% -
HSV(B) 246.47º 0.54% 0.75% -
XYZ 17.93 13.35 50.35 -
YUV 102.92 177.14 125.21 -
System Red Green Blue C M Y K H S L
Decimal 99 88 190 0.48 0.54 0 0.25 246.47 0.44 0.55
Hex 63 58 BE 30 36 0 19 F6 2C 37
Octal 143 130 276 60 66 0 31 366 54 67
Binary 1100011 1011000 10111110 110000 110110 0 11001 11110110 101100 110111

Color Harmonies of #6358BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6358BE

Black with #6358BE

Text Example


Text Example

White with #6358BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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