Html Css Color HEX #6255AA Blue Marguerite

📋 copy color: '#6255AA'

red 98 ◦ green 85 ◦ blue 170

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

Shades of Blue Marguerite #6255AA

Tints of Blue Marguerite #6255AA

RGB

 RED value IS 98 (38.67% from 255) = 27.76%

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

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

R = 27.76%
G = 24.08%
B = 48.16%

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

#6255AA (or 0x6255AA) is known color: Blue Marguerite. HEX triplet: 62, 55 and AA. RGB value is (98,85,170). Sum of RGB (Red+Green+Blue) = 98+85+170=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #6255AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6255AA is #9DAA55. Grayscale: #626262. Windows color (decimal): -10332758 or 11162978. OLE color: 11162978.

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

Color convert

RGB 98 85 170 -
CMYK 0.42 0.50 0 0.33
HSL 249.18º 0.33% 0.5% -
HSV(B) 249.18º 0.5% 0.67% -
XYZ 15.54 12 39.53 -
YUV 98.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 98 85 170 0.42 0.50 0 0.33 249.18 0.33 0.5
Hex 62 55 AA 2A 32 0 21 F9 21 32
Octal 142 125 252 52 62 0 41 371 41 62
Binary 1100010 1010101 10101010 101010 110010 0 100001 11111001 100001 110010

Color Harmonies of #6255AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6255AA

Black with #6255AA

Text Example


Text Example

White with #6255AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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