Html Css Color HEX #6953AE Blue Marguerite

📋 copy color: '#6953AE'

red 105 ◦ green 83 ◦ blue 174

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

Shades of Blue Marguerite #6953AE

Tints of Blue Marguerite #6953AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.07%

R = 29.01%
G = 22.93%
B = 48.07%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6953AE (or 0x6953AE) is known color: Blue Marguerite. HEX triplet: 69, 53 and AE. RGB value is (105,83,174). Sum of RGB (Red+Green+Blue) = 105+83+174=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #6953AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6953AE is #96AC51. Grayscale: #636363. Windows color (decimal): -9874514 or 11424617. OLE color: 11424617.

HSL color Cylindrical-coordinate representation of color #6953AE: hue angle of 254.51º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6953AE is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 83 174 -
CMYK 0.40 0.52 0 0.32
HSL 254.51º 0.36% 0.5% -
HSV(B) 254.51º 0.52% 0.68% -
XYZ 16.56 12.25 41.54 -
YUV 99.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 105 83 174 0.40 0.52 0 0.32 254.51 0.36 0.5
Hex 69 53 AE 28 34 0 20 FF 24 32
Octal 151 123 256 50 64 0 40 377 44 62
Binary 1101001 1010011 10101110 101000 110100 0 100000 11111111 100100 110010

Color Harmonies of #6953AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953AE

Black with #6953AE

Text Example


Text Example

White with #6953AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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