Html Css Color HEX #6860A5 Scampi

📋 copy color: '#6860A5'

red 104 ◦ green 96 ◦ blue 165

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

Shades of Scampi #6860A5

Tints of Scampi #6860A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.21%

R = 28.49%
G = 26.3%
B = 45.21%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6860A5 (or 0x6860A5) is known color: Scampi. HEX triplet: 68, 60 and A5. RGB value is (104,96,165). Sum of RGB (Red+Green+Blue) = 104+96+165=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 165 - color contains mainly: blue. Hex color #6860A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6860A5 is #979F5A. Grayscale: #696969. Windows color (decimal): -9936731 or 10838120. OLE color: 10838120.

HSL color Cylindrical-coordinate representation of color #6860A5: hue angle of 246.96º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6860A5 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 104 96 165 -
CMYK 0.37 0.42 0 0.35
HSL 246.96º 0.28% 0.51% -
HSV(B) 246.96º 0.42% 0.65% -
XYZ 16.68 14.03 37.43 -
YUV 106.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 104 96 165 0.37 0.42 0 0.35 246.96 0.28 0.51
Hex 68 60 A5 25 2A 0 23 F7 1C 33
Octal 150 140 245 45 52 0 43 367 34 63
Binary 1101000 1100000 10100101 100101 101010 0 100011 11110111 11100 110011

Color Harmonies of #6860A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6860A5

Black with #6860A5

Text Example


Text Example

White with #6860A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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