Html Css Color HEX #6253AA Blue Marguerite

📋 copy color: '#6253AA'

red 98 ◦ green 83 ◦ blue 170

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

Shades of Blue Marguerite #6253AA

Tints of Blue Marguerite #6253AA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.65%

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

R = 27.92%
G = 23.65%
B = 48.43%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6253AA (or 0x6253AA) is known color: Blue Marguerite. HEX triplet: 62, 53 and AA. RGB value is (98,83,170). Sum of RGB (Red+Green+Blue) = 98+83+170=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #6253AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6253AA is #9DAC55. Grayscale: #616161. Windows color (decimal): -10333270 or 11162466. OLE color: 11162466.

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

Color convert

RGB 98 83 170 -
CMYK 0.42 0.51 0 0.33
HSL 250.34º 0.34% 0.5% -
HSV(B) 250.34º 0.51% 0.67% -
XYZ 15.39 11.69 39.47 -
YUV 97.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 98 83 170 0.42 0.51 0 0.33 250.34 0.34 0.5
Hex 62 53 AA 2A 33 0 21 FA 22 32
Octal 142 123 252 52 63 0 41 372 42 62
Binary 1100010 1010011 10101010 101010 110011 0 100001 11111010 100010 110010

Color Harmonies of #6253AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6253AA

Black with #6253AA

Text Example


Text Example

White with #6253AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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