Html Css Color HEX #6953AA Blue Marguerite

📋 copy color: '#6953AA'

red 105 ◦ green 83 ◦ blue 170

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

Shades of Blue Marguerite #6953AA

Tints of Blue Marguerite #6953AA

RGB

 RED value IS 105 (41.41% from 255) = 29.33%

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

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

R = 29.33%
G = 23.18%
B = 47.49%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6953AA (or 0x6953AA) is known color: Blue Marguerite. HEX triplet: 69, 53 and AA. RGB value is (105,83,170). Sum of RGB (Red+Green+Blue) = 105+83+170=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #6953AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6953AA is #96AC55. Grayscale: #636363. Windows color (decimal): -9874518 or 11162473. OLE color: 11162473.

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

Color convert

RGB 105 83 170 -
CMYK 0.38 0.51 0 0.33
HSL 255.17º 0.34% 0.5% -
HSV(B) 255.17º 0.51% 0.67% -
XYZ 16.17 12.09 39.51 -
YUV 99.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 105 83 170 0.38 0.51 0 0.33 255.17 0.34 0.5
Hex 69 53 AA 26 33 0 21 FF 22 32
Octal 151 123 252 46 63 0 41 377 42 62
Binary 1101001 1010011 10101010 100110 110011 0 100001 11111111 100010 110010

Color Harmonies of #6953AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953AA

Black with #6953AA

Text Example


Text Example

White with #6953AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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