Html Css Color HEX #6153AF Blue Marguerite

📋 copy color: '#6153AF'

red 97 ◦ green 83 ◦ blue 175

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

Shades of Blue Marguerite #6153AF

Tints of Blue Marguerite #6153AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.3%

R = 27.32%
G = 23.38%
B = 49.3%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6153AF (or 0x6153AF) is known color: Blue Marguerite. HEX triplet: 61, 53 and AF. RGB value is (97,83,175). Sum of RGB (Red+Green+Blue) = 97+83+175=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #6153AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6153AF is #9EAC50. Grayscale: #616161. Windows color (decimal): -10398801 or 11490145. OLE color: 11490145.

HSL color Cylindrical-coordinate representation of color #6153AF: hue angle of 249.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6153AF is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 83 175 -
CMYK 0.45 0.53 0 0.31
HSL 249.13º 0.37% 0.51% -
HSV(B) 249.13º 0.53% 0.69% -
XYZ 15.76 11.82 42.01 -
YUV 97.67 171.64 127.52 -
System Red Green Blue C M Y K H S L
Decimal 97 83 175 0.45 0.53 0 0.31 249.13 0.37 0.51
Hex 61 53 AF 2D 35 0 1F F9 25 33
Octal 141 123 257 55 65 0 37 371 45 63
Binary 1100001 1010011 10101111 101101 110101 0 11111 11111001 100101 110011

Color Harmonies of #6153AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6153AF

Black with #6153AF

Text Example


Text Example

White with #6153AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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