Html Css Color HEX #6860AB Blue Marguerite

📋 copy color: '#6860AB'

red 104 ◦ green 96 ◦ blue 171

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

Shades of Blue Marguerite #6860AB

Tints of Blue Marguerite #6860AB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.88%

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

R = 28.03%
G = 25.88%
B = 46.09%

CMYK

 C value IS 0.39

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6860AB (or 0x6860AB) is known color: Blue Marguerite. HEX triplet: 68, 60 and AB. RGB value is (104,96,171). Sum of RGB (Red+Green+Blue) = 104+96+171=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #6860AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6860AB is #979F54. Grayscale: #6A6A6A. Windows color (decimal): -9936725 or 11231336. OLE color: 11231336.

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

Color convert

RGB 104 96 171 -
CMYK 0.39 0.44 0 0.33
HSL 246.4º 0.31% 0.52% -
HSV(B) 246.4º 0.44% 0.67% -
XYZ 17.24 14.25 40.37 -
YUV 106.94 164.15 125.9 -
System Red Green Blue C M Y K H S L
Decimal 104 96 171 0.39 0.44 0 0.33 246.4 0.31 0.52
Hex 68 60 AB 27 2C 0 21 F6 1F 34
Octal 150 140 253 47 54 0 41 366 37 64
Binary 1101000 1100000 10101011 100111 101100 0 100001 11110110 11111 110100

Color Harmonies of #6860AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6860AB

Black with #6860AB

Text Example


Text Example

White with #6860AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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