Html Css Color HEX #6355BC Blue Marguerite

📋 copy color: '#6355BC'

red 99 ◦ green 85 ◦ blue 188

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

Shades of Blue Marguerite #6355BC

Tints of Blue Marguerite #6355BC

RGB

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

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

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

R = 26.61%
G = 22.85%
B = 50.54%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6355BC (or 0x6355BC) is known color: Blue Marguerite. HEX triplet: 63, 55 and BC. RGB value is (99,85,188). Sum of RGB (Red+Green+Blue) = 99+85+188=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #6355BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6355BC is #9CAA43. Grayscale: #646464. Windows color (decimal): -10267204 or 12342627. OLE color: 12342627.

HSL color Cylindrical-coordinate representation of color #6355BC: hue angle of 248.16º degrees, saturation: 0.43, 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 #6355BC is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 85 188 -
CMYK 0.47 0.55 0 0.26
HSL 248.16º 0.43% 0.54% -
HSV(B) 248.16º 0.55% 0.74% -
XYZ 17.47 12.78 49.12 -
YUV 100.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 99 85 188 0.47 0.55 0 0.26 248.16 0.43 0.54
Hex 63 55 BC 2F 37 0 1A F8 2B 36
Octal 143 125 274 57 67 0 32 370 53 66
Binary 1100011 1010101 10111100 101111 110111 0 11010 11111000 101011 110110

Color Harmonies of #6355BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6355BC

Black with #6355BC

Text Example


Text Example

White with #6355BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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