Html Css Color HEX #6953A3 Blue Marguerite

📋 copy color: '#6953A3'

red 105 ◦ green 83 ◦ blue 163

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

Shades of Blue Marguerite #6953A3

Tints of Blue Marguerite #6953A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.44%

R = 29.91%
G = 23.65%
B = 46.44%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6953A3 (or 0x6953A3) is known color: Blue Marguerite. HEX triplet: 69, 53 and A3. RGB value is (105,83,163). Sum of RGB (Red+Green+Blue) = 105+83+163=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 163 (64.06% from 255 or 46.44% from 351); Max value from RGB is 163 - color contains mainly: blue. Hex color #6953A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6953A3 is #96AC5C. Grayscale: #626262. Windows color (decimal): -9874525 or 10703721. OLE color: 10703721.

HSL color Cylindrical-coordinate representation of color #6953A3: hue angle of 256.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6953A3 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 83 163 -
CMYK 0.36 0.49 0 0.36
HSL 256.5º 0.33% 0.48% -
HSV(B) 256.5º 0.49% 0.64% -
XYZ 15.53 11.83 36.12 -
YUV 98.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 105 83 163 0.36 0.49 0 0.36 256.5 0.33 0.48
Hex 69 53 A3 24 31 0 24 100 21 30
Octal 151 123 243 44 61 0 44 400 41 60
Binary 1101001 1010011 10100011 100100 110001 0 100100 100000000 100001 110000

Color Harmonies of #6953A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953A3

Black with #6953A3

Text Example


Text Example

White with #6953A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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