Html Css Color HEX #6952AA Blue Marguerite

📋 copy color: '#6952AA'

red 105 ◦ green 82 ◦ blue 170

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

Shades of Blue Marguerite #6952AA

Tints of Blue Marguerite #6952AA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.97%

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

R = 29.41%
G = 22.97%
B = 47.62%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6952AA (or 0x6952AA) is known color: Blue Marguerite. HEX triplet: 69, 52 and AA. RGB value is (105,82,170). Sum of RGB (Red+Green+Blue) = 105+82+170=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #6952AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6952AA is #96AD55. Grayscale: #626262. Windows color (decimal): -9874774 or 11162217. OLE color: 11162217.

HSL color Cylindrical-coordinate representation of color #6952AA: hue angle of 255.68º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6952AA is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 82 170 -
CMYK 0.38 0.52 0 0.33
HSL 255.68º 0.35% 0.49% -
HSV(B) 255.68º 0.52% 0.67% -
XYZ 16.1 11.94 39.49 -
YUV 98.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 105 82 170 0.38 0.52 0 0.33 255.68 0.35 0.49
Hex 69 52 AA 26 34 0 21 100 23 31
Octal 151 122 252 46 64 0 41 400 43 61
Binary 1101001 1010010 10101010 100110 110100 0 100001 100000000 100011 110001

Color Harmonies of #6952AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6952AA

Black with #6952AA

Text Example


Text Example

White with #6952AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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