Html Css Color HEX #6854AF Blue Marguerite

📋 copy color: '#6854AF'

red 104 ◦ green 84 ◦ blue 175

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

Shades of Blue Marguerite #6854AF

Tints of Blue Marguerite #6854AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.14%

 BLUE value IS 175 (68.75% from 255) = 48.21%

R = 28.65%
G = 23.14%
B = 48.21%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6854AF (or 0x6854AF) is known color: Blue Marguerite. HEX triplet: 68, 54 and AF. RGB value is (104,84,175). Sum of RGB (Red+Green+Blue) = 104+84+175=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #6854AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6854AF is #97AB50. Grayscale: #646464. Windows color (decimal): -9939793 or 11490408. OLE color: 11490408.

HSL color Cylindrical-coordinate representation of color #6854AF: hue angle of 253.19º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6854AF is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 84 175 -
CMYK 0.41 0.52 0 0.31
HSL 253.19º 0.36% 0.51% -
HSV(B) 253.19º 0.52% 0.69% -
XYZ 16.62 12.38 42.07 -
YUV 100.35 170.13 130.6 -
System Red Green Blue C M Y K H S L
Decimal 104 84 175 0.41 0.52 0 0.31 253.19 0.36 0.51
Hex 68 54 AF 29 34 0 1F FD 24 33
Octal 150 124 257 51 64 0 37 375 44 63
Binary 1101000 1010100 10101111 101001 110100 0 11111 11111101 100100 110011

Color Harmonies of #6854AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6854AF

Black with #6854AF

Text Example


Text Example

White with #6854AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6854AF; }

 p { color: rgb(104,84,175); }

 H1.HeaderClassName
 {
   color: #6854AF;
 }
 .AnyTagClassName
 {
   color: #6854AF;
 }
</style>

background-color css

<style>
 a { background-color: #6854AF; }

 a { background-color: rgb(104,84,175); }

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

border-color css

<style>
 span { border-color: #6854AF; }

 span { border-color: rgb(104,84,175); }

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