Html Css Color HEX #6355AB Blue Marguerite

📋 copy color: '#6355AB'

red 99 ◦ green 85 ◦ blue 171

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

Shades of Blue Marguerite #6355AB

Tints of Blue Marguerite #6355AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.17%

R = 27.89%
G = 23.94%
B = 48.17%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6355AB (or 0x6355AB) is known color: Blue Marguerite. HEX triplet: 63, 55 and AB. RGB value is (99,85,171). Sum of RGB (Red+Green+Blue) = 99+85+171=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #6355AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6355AB is #9CAA54. Grayscale: #626262. Windows color (decimal): -10267221 or 11228515. OLE color: 11228515.

HSL color Cylindrical-coordinate representation of color #6355AB: hue angle of 249.77º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6355AB is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 85 171 -
CMYK 0.42 0.50 0 0.33
HSL 249.77º 0.34% 0.5% -
HSV(B) 249.77º 0.5% 0.67% -
XYZ 15.74 12.09 40.03 -
YUV 98.99 168.64 128.01 -
System Red Green Blue C M Y K H S L
Decimal 99 85 171 0.42 0.50 0 0.33 249.77 0.34 0.5
Hex 63 55 AB 2A 32 0 21 FA 22 32
Octal 143 125 253 52 62 0 41 372 42 62
Binary 1100011 1010101 10101011 101010 110010 0 100001 11111010 100010 110010

Color Harmonies of #6355AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6355AB

Black with #6355AB

Text Example


Text Example

White with #6355AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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