Html Css Color HEX #6153AA Blue Marguerite

📋 copy color: '#6153AA'

red 97 ◦ green 83 ◦ blue 170

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

Shades of Blue Marguerite #6153AA

Tints of Blue Marguerite #6153AA

RGB

 RED value IS 97 (38.28% from 255) = 27.71%

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

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

R = 27.71%
G = 23.71%
B = 48.57%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6153AA (or 0x6153AA) is known color: Blue Marguerite. HEX triplet: 61, 53 and AA. RGB value is (97,83,170). Sum of RGB (Red+Green+Blue) = 97+83+170=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #6153AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6153AA is #9EAC55. Grayscale: #606060. Windows color (decimal): -10398806 or 11162465. OLE color: 11162465.

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

Color convert

RGB 97 83 170 -
CMYK 0.43 0.51 0 0.33
HSL 249.66º 0.34% 0.5% -
HSV(B) 249.66º 0.51% 0.67% -
XYZ 15.28 11.63 39.47 -
YUV 97.1 169.14 127.93 -
System Red Green Blue C M Y K H S L
Decimal 97 83 170 0.43 0.51 0 0.33 249.66 0.34 0.5
Hex 61 53 AA 2B 33 0 21 FA 22 32
Octal 141 123 252 53 63 0 41 372 42 62
Binary 1100001 1010011 10101010 101011 110011 0 100001 11111010 100010 110010

Color Harmonies of #6153AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6153AA

Black with #6153AA

Text Example


Text Example

White with #6153AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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