Html Css Color HEX #6853AB Blue Marguerite

📋 copy color: '#6853AB'

red 104 ◦ green 83 ◦ blue 171

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

Shades of Blue Marguerite #6853AB

Tints of Blue Marguerite #6853AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 29.05%
G = 23.18%
B = 47.77%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6853AB (or 0x6853AB) is known color: Blue Marguerite. HEX triplet: 68, 53 and AB. RGB value is (104,83,171). Sum of RGB (Red+Green+Blue) = 104+83+171=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #6853AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6853AB is #97AC54. Grayscale: #626262. Windows color (decimal): -9940053 or 11228008. OLE color: 11228008.

HSL color Cylindrical-coordinate representation of color #6853AB: hue angle of 254.32º degrees, saturation: 0.35, 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 #6853AB is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 83 171 -
CMYK 0.39 0.51 0 0.33
HSL 254.32º 0.35% 0.5% -
HSV(B) 254.32º 0.51% 0.67% -
XYZ 16.15 12.07 40.01 -
YUV 99.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 104 83 171 0.39 0.51 0 0.33 254.32 0.35 0.5
Hex 68 53 AB 27 33 0 21 FE 23 32
Octal 150 123 253 47 63 0 41 376 43 62
Binary 1101000 1010011 10101011 100111 110011 0 100001 11111110 100011 110010

Color Harmonies of #6853AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6853AB

Black with #6853AB

Text Example


Text Example

White with #6853AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6853AB; }

 p { color: rgb(104,83,171); }

 H1.HeaderClassName
 {
   color: #6853AB;
 }
 .AnyTagClassName
 {
   color: #6853AB;
 }
</style>

background-color css

<style>
 a { background-color: #6853AB; }

 a { background-color: rgb(104,83,171); }

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

border-color css

<style>
 span { border-color: #6853AB; }

 span { border-color: rgb(104,83,171); }

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