Html Css Color HEX #6355AA Blue Marguerite

📋 copy color: '#6355AA'

red 99 ◦ green 85 ◦ blue 170

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

Shades of Blue Marguerite #6355AA

Tints of Blue Marguerite #6355AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.02%

R = 27.97%
G = 24.01%
B = 48.02%

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

#6355AA (or 0x6355AA) is known color: Blue Marguerite. HEX triplet: 63, 55 and AA. RGB value is (99,85,170). Sum of RGB (Red+Green+Blue) = 99+85+170=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #6355AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6355AA is #9CAA55. Grayscale: #626262. Windows color (decimal): -10267222 or 11162979. OLE color: 11162979.

HSL color Cylindrical-coordinate representation of color #6355AA: hue angle of 249.88º degrees, saturation: 0.33, 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 #6355AA is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 85 170 -
CMYK 0.42 0.50 0 0.33
HSL 249.88º 0.33% 0.5% -
HSV(B) 249.88º 0.5% 0.67% -
XYZ 15.65 12.05 39.53 -
YUV 98.88 168.14 128.09 -
System Red Green Blue C M Y K H S L
Decimal 99 85 170 0.42 0.50 0 0.33 249.88 0.33 0.5
Hex 63 55 AA 2A 32 0 21 FA 21 32
Octal 143 125 252 52 62 0 41 372 41 62
Binary 1100011 1010101 10101010 101010 110010 0 100001 11111010 100001 110010

Color Harmonies of #6355AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6355AA

Black with #6355AA

Text Example


Text Example

White with #6355AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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