Html Css Color HEX #6255AB Blue Marguerite

📋 copy color: '#6255AB'

red 98 ◦ green 85 ◦ blue 171

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

Shades of Blue Marguerite #6255AB

Tints of Blue Marguerite #6255AB

RGB

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

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

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

R = 27.68%
G = 24.01%
B = 48.31%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6255AB (or 0x6255AB) is known color: Blue Marguerite. HEX triplet: 62, 55 and AB. RGB value is (98,85,171). Sum of RGB (Red+Green+Blue) = 98+85+171=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #6255AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6255AB is #9DAA54. Grayscale: #626262. Windows color (decimal): -10332757 or 11228514. OLE color: 11228514.

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

Color convert

RGB 98 85 171 -
CMYK 0.43 0.50 0 0.33
HSL 249.07º 0.34% 0.5% -
HSV(B) 249.07º 0.5% 0.67% -
XYZ 15.64 12.03 40.03 -
YUV 98.69 168.81 127.51 -
System Red Green Blue C M Y K H S L
Decimal 98 85 171 0.43 0.50 0 0.33 249.07 0.34 0.5
Hex 62 55 AB 2B 32 0 21 F9 22 32
Octal 142 125 253 53 62 0 41 371 42 62
Binary 1100010 1010101 10101011 101011 110010 0 100001 11111001 100010 110010

Color Harmonies of #6255AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6255AB

Black with #6255AB

Text Example


Text Example

White with #6255AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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