Html Css Color HEX #6355BB Blue Marguerite

📋 copy color: '#6355BB'

red 99 ◦ green 85 ◦ blue 187

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

Shades of Blue Marguerite #6355BB

Tints of Blue Marguerite #6355BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 26.68%
G = 22.91%
B = 50.4%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6355BB (or 0x6355BB) is known color: Blue Marguerite. HEX triplet: 63, 55 and BB. RGB value is (99,85,187). Sum of RGB (Red+Green+Blue) = 99+85+187=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #6355BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6355BB is #9CAA44. Grayscale: #646464. Windows color (decimal): -10267205 or 12277091. OLE color: 12277091.

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

Color convert

RGB 99 85 187 -
CMYK 0.47 0.55 0 0.27
HSL 248.24º 0.43% 0.53% -
HSV(B) 248.24º 0.55% 0.73% -
XYZ 17.36 12.74 48.56 -
YUV 100.81 176.64 126.71 -
System Red Green Blue C M Y K H S L
Decimal 99 85 187 0.47 0.55 0 0.27 248.24 0.43 0.53
Hex 63 55 BB 2F 37 0 1B F8 2B 35
Octal 143 125 273 57 67 0 33 370 53 65
Binary 1100011 1010101 10111011 101111 110111 0 11011 11111000 101011 110101

Color Harmonies of #6355BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6355BB

Black with #6355BB

Text Example


Text Example

White with #6355BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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