Html Css Color HEX #6255A8 Blue Marguerite

📋 copy color: '#6255A8'

red 98 ◦ green 85 ◦ blue 168

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

Shades of Blue Marguerite #6255A8

Tints of Blue Marguerite #6255A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.86%

R = 27.92%
G = 24.22%
B = 47.86%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6255A8 (or 0x6255A8) is known color: Blue Marguerite. HEX triplet: 62, 55 and A8. RGB value is (98,85,168). Sum of RGB (Red+Green+Blue) = 98+85+168=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 168 (66.02% from 255 or 47.86% from 351); Max value from RGB is 168 - color contains mainly: blue. Hex color #6255A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6255A8 is #9DAA57. Grayscale: #626262. Windows color (decimal): -10332760 or 11031906. OLE color: 11031906.

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

Color convert

RGB 98 85 168 -
CMYK 0.42 0.49 0 0.34
HSL 249.4º 0.33% 0.5% -
HSV(B) 249.4º 0.49% 0.66% -
XYZ 15.35 11.92 38.54 -
YUV 98.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 98 85 168 0.42 0.49 0 0.34 249.4 0.33 0.5
Hex 62 55 A8 2A 31 0 22 F9 21 32
Octal 142 125 250 52 61 0 42 371 41 62
Binary 1100010 1010101 10101000 101010 110001 0 100010 11111001 100001 110010

Color Harmonies of #6255A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6255A8

Black with #6255A8

Text Example


Text Example

White with #6255A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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