Html Css Color HEX #6850AA Blue Marguerite

📋 copy color: '#6850AA'

red 104 ◦ green 80 ◦ blue 170

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

Shades of Blue Marguerite #6850AA

Tints of Blue Marguerite #6850AA

RGB

 RED value IS 104 (41.02% from 255) = 29.38%

 GREEN value IS 80 (31.64% from 255) = 22.6%

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

R = 29.38%
G = 22.6%
B = 48.02%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6850AA (or 0x6850AA) is known color: Blue Marguerite. HEX triplet: 68, 50 and AA. RGB value is (104,80,170). Sum of RGB (Red+Green+Blue) = 104+80+170=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #6850AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6850AA is #97AF55. Grayscale: #616161. Windows color (decimal): -9940822 or 11161704. OLE color: 11161704.

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

Color convert

RGB 104 80 170 -
CMYK 0.39 0.53 0 0.33
HSL 256º 0.36% 0.49% -
HSV(B) 256º 0.53% 0.67% -
XYZ 15.83 11.58 39.43 -
YUV 97.44 168.95 132.68 -
System Red Green Blue C M Y K H S L
Decimal 104 80 170 0.39 0.53 0 0.33 256 0.36 0.49
Hex 68 50 AA 27 35 0 21 100 24 31
Octal 150 120 252 47 65 0 41 400 44 61
Binary 1101000 1010000 10101010 100111 110101 0 100001 100000000 100100 110001

Color Harmonies of #6850AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6850AA

Black with #6850AA

Text Example


Text Example

White with #6850AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,80,170); }

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

background-color css

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

 a { background-color: rgb(104,80,170); }

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

border-color css

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

 span { border-color: rgb(104,80,170); }

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