Html Css Color HEX #6860AA Blue Marguerite

📋 copy color: '#6860AA'

red 104 ◦ green 96 ◦ blue 170

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

Shades of Blue Marguerite #6860AA

Tints of Blue Marguerite #6860AA

RGB

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

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

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

R = 28.11%
G = 25.95%
B = 45.95%

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

#6860AA (or 0x6860AA) is known color: Blue Marguerite. HEX triplet: 68, 60 and AA. RGB value is (104,96,170). Sum of RGB (Red+Green+Blue) = 104+96+170=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #6860AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6860AA is #979F55. Grayscale: #6A6A6A. Windows color (decimal): -9936726 or 11165800. OLE color: 11165800.

HSL color Cylindrical-coordinate representation of color #6860AA: hue angle of 246.49º degrees, saturation: 0.3, 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 #6860AA is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 96 170 -
CMYK 0.39 0.44 0 0.33
HSL 246.49º 0.3% 0.52% -
HSV(B) 246.49º 0.44% 0.67% -
XYZ 17.15 14.21 39.87 -
YUV 106.83 163.65 125.98 -
System Red Green Blue C M Y K H S L
Decimal 104 96 170 0.39 0.44 0 0.33 246.49 0.3 0.52
Hex 68 60 AA 27 2C 0 21 F6 1E 34
Octal 150 140 252 47 54 0 41 366 36 64
Binary 1101000 1100000 10101010 100111 101100 0 100001 11110110 11110 110100

Color Harmonies of #6860AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6860AA

Black with #6860AA

Text Example


Text Example

White with #6860AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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