Html Css Color HEX #6858AB Blue Marguerite

📋 copy color: '#6858AB'

red 104 ◦ green 88 ◦ blue 171

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

Shades of Blue Marguerite #6858AB

Tints of Blue Marguerite #6858AB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.24%

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

R = 28.65%
G = 24.24%
B = 47.11%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6858AB (or 0x6858AB) is known color: Blue Marguerite. HEX triplet: 68, 58 and AB. RGB value is (104,88,171). Sum of RGB (Red+Green+Blue) = 104+88+171=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #6858AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6858AB is #97A754. Grayscale: #656565. Windows color (decimal): -9938773 or 11229288. OLE color: 11229288.

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

Color convert

RGB 104 88 171 -
CMYK 0.39 0.49 0 0.33
HSL 251.57º 0.33% 0.51% -
HSV(B) 251.57º 0.49% 0.67% -
XYZ 16.55 12.86 40.14 -
YUV 102.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 104 88 171 0.39 0.49 0 0.33 251.57 0.33 0.51
Hex 68 58 AB 27 31 0 21 FC 21 33
Octal 150 130 253 47 61 0 41 374 41 63
Binary 1101000 1011000 10101011 100111 110001 0 100001 11111100 100001 110011

Color Harmonies of #6858AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6858AB

Black with #6858AB

Text Example


Text Example

White with #6858AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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