Html Css Color HEX #6F53AA Blue Marguerite

📋 copy color: '#6F53AA'

red 111 ◦ green 83 ◦ blue 170

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

Shades of Blue Marguerite #6F53AA

Tints of Blue Marguerite #6F53AA

RGB

 RED value IS 111 (43.75% from 255) = 30.49%

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

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

R = 30.49%
G = 22.8%
B = 46.7%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F53AA (or 0x6F53AA) is known color: Blue Marguerite. HEX triplet: 6F, 53 and AA. RGB value is (111,83,170). Sum of RGB (Red+Green+Blue) = 111+83+170=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F53AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F53AA is #90AC55. Grayscale: #646464. Windows color (decimal): -9481302 or 11162479. OLE color: 11162479.

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

Color convert

RGB 111 83 170 -
CMYK 0.35 0.51 0 0.33
HSL 259.31º 0.34% 0.5% -
HSV(B) 259.31º 0.51% 0.67% -
XYZ 16.9 12.47 39.55 -
YUV 101.29 166.78 134.93 -
System Red Green Blue C M Y K H S L
Decimal 111 83 170 0.35 0.51 0 0.33 259.31 0.34 0.5
Hex 6F 53 AA 23 33 0 21 103 22 32
Octal 157 123 252 43 63 0 41 403 42 62
Binary 1101111 1010011 10101010 100011 110011 0 100001 100000011 100010 110010

Color Harmonies of #6F53AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F53AA

Black with #6F53AA

Text Example


Text Example

White with #6F53AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F53AA; }

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

 H1.HeaderClassName
 {
   color: #6F53AA;
 }
 .AnyTagClassName
 {
   color: #6F53AA;
 }
</style>

background-color css

<style>
 a { background-color: #6F53AA; }

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

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

border-color css

<style>
 span { border-color: #6F53AA; }

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

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