Html Css Color HEX #6355BD Blue Marguerite

📋 copy color: '#6355BD'

red 99 ◦ green 85 ◦ blue 189

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

Shades of Blue Marguerite #6355BD

Tints of Blue Marguerite #6355BD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.79%

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 26.54%
G = 22.79%
B = 50.67%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6355BD (or 0x6355BD) is known color: Blue Marguerite. HEX triplet: 63, 55 and BD. RGB value is (99,85,189). Sum of RGB (Red+Green+Blue) = 99+85+189=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #6355BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6355BD is #9CAA42. Grayscale: #646464. Windows color (decimal): -10267203 or 12408163. OLE color: 12408163.

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

Color convert

RGB 99 85 189 -
CMYK 0.48 0.55 0 0.26
HSL 248.08º 0.44% 0.54% -
HSV(B) 248.08º 0.55% 0.74% -
XYZ 17.58 12.82 49.69 -
YUV 101.04 177.64 126.54 -
System Red Green Blue C M Y K H S L
Decimal 99 85 189 0.48 0.55 0 0.26 248.08 0.44 0.54
Hex 63 55 BD 30 37 0 1A F8 2C 36
Octal 143 125 275 60 67 0 32 370 54 66
Binary 1100011 1010101 10111101 110000 110111 0 11010 11111000 101100 110110

Color Harmonies of #6355BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6355BD

Black with #6355BD

Text Example


Text Example

White with #6355BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6355BD; }

 p { color: rgb(99,85,189); }

 H1.HeaderClassName
 {
   color: #6355BD;
 }
 .AnyTagClassName
 {
   color: #6355BD;
 }
</style>

background-color css

<style>
 a { background-color: #6355BD; }

 a { background-color: rgb(99,85,189); }

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

border-color css

<style>
 span { border-color: #6355BD; }

 span { border-color: rgb(99,85,189); }

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